Skip Navigation

Decimal Hours to HH:MM:SS Time Calculator

Convert decimal hours to HH:MM:SS format. Useful for converting payroll decimals, spreadsheet time values, or GPS coordinates to standard time notation.

02:30:00

Formula

HH = floor(d) MM = floor((d − HH) × 60) SS = round(((d − HH) × 60 − MM) × 60)

How to Convert Decimal Hours to HH:MM:SS

A decimal hour like 2.75 means 2 hours and 75% of an hour. To convert:

1. Hours (HH) = the whole number part: floor(2.75) = 2

2. Minutes (MM) = the fractional part × 60: (0.75 × 60) = 45

3. Seconds (SS) = any remaining fraction × 60

Example: 2.75 decimal hours = 02:45:00

Decimal Hours to HH:MM:SS Reference Table

Decimal HoursHH:MM:SS
0.2500:15:00
0.500:30:00
0.7500:45:00
101:00:00
1.501:30:00
202:00:00
303:00:00
404:00:00
606:00:00
808:00:00
1212:00:00
2424:00:00


See also