Decimal Hours to HH:MM:SS Converter
Convert decimal hours (e.g., 2.75) into hours, minutes, and seconds format (2:45:00).
Enter a decimal value above
Formula
Hours = integer part of decimal
Minutes = (decimal part) × 60 (integer part)
Seconds = (remaining decimal) × 60
Minutes = (decimal part) × 60 (integer part)
Seconds = (remaining decimal) × 60
How to Convert Decimal Hours to HH:MM:SS
Take the integer part as hours. Multiply the fractional part by 60 to get minutes. Multiply any remaining fraction by 60 to get seconds.
Example: Convert 2.75 decimal hours
Hours = 2
Minutes = 0.75 × 60 = 45
Seconds = 0
Result: 2:45:00
Hours = 2
Minutes = 0.75 × 60 = 45
Seconds = 0
Result: 2:45:00
Conversion Table
| Decimal Hours | HH:MM:SS |
|---|---|
| 0.25 | 0:15:00 |
| 0.5 | 0:30:00 |
| 0.75 | 0:45:00 |
| 1.5 | 1:30:00 |
| 2.25 | 2:15:00 |
| 2.75 | 2:45:00 |
| 8.5 | 8:30:00 |
| 24 | 24:00:00 |
Related Converters
Last updated: 2025