I want to convert a numerical entry into a time value, displayed as HH:MM:SS. For example:

User inputs 136, cell would display 1:36
User inputs 25, cell would display :25
User inputs 20348, cell would display 2:03:48

The displayed numbers need to be time format, they will be added and subtracted to other time values. I hope this makes sense.