Table of Contents
Here, the interval of one second means 1/60 of a minute.
Next is our converter:
Seconds to Minutes and Seconds Converter
Reset
Observe that the results are rounded to 10 digits.
In case you need higher precision, employ our formula in the next section.
Frequent conversions include, for example:
In the next part of this article we are going to explain you the math, making use of the fact that the symbol for second is sec, and the unit symbol for minutes is min.
Convert Seconds to Minutes and Seconds
Any time n in seconds can be written as x min and y seconds. Thus, in order to convert the time, proceed as follows:- Get the whole number part of the division n / 60, INT(n/60), and write it down as minutes.
- Calculate the remainder of the previous division as n – (minutes × 60), MOD(n,60), and write it down as modulo.
- Multiply the modulo by 60 to obtain the seconds.
The formula is: [min] + [sec] = INT(n/60) minutes + (MOD(n,60) × 60) seconds
For example, n = 210 s:
INT(210/60) = 3, MOD(210,60) = 0.5, MOD(210,60) × 60 = 30
210 sec = 3 min and 30 sec
If you like to change seconds to minutes only, read this article.
Note that this article also has a FAQ section about seconds to minutes and seconds.
Frequently Asked Questions
How do you convert seconds to minutes and seconds?
Divide the number of seconds by 60 in an Euclidean division to obtain the number of minutes. The remainder is the number of seconds.
How do you calculate minutes into seconds?
The time in seconds equals the time in minutes multiplied by 60.
How do you convert HMS to seconds?
Seconds: =(H)×3600 + (M)×60 + S
How much time is 100 seconds?
100 seconds is 1 minute and 40 seconds.
How long are 600 seconds?
600 seconds are equal to 10 minutes and 0 seconds.
What is 400 seconds?
6 min and 40 sec = 400 s.
How much is a 1000 seconds?
1000 seconds = 16′ and 40″.
How much is 500 seconds?
(8 x 60 s) + 20 s = 500 s.
Additional questions can be asked using the comment form at the bottom of this page. Ahead you can find our seconds to minutes and seconds time chart.
Chart
Seconds | Minutes | and | Seconds |
---|---|---|---|
1 | 0 | + | 1 |
10 | 0 | + | 10 |
20 | 0 | + | 20 |
30 | 0 | + | 30 |
40 | 0 | + | 40 |
50 | 0 | + | 50 |
60 | 1 | + | 0 |
70 | 1 | + | 10 |
80 | 1 | + | 20 |
90 | 1 | + | 30 |
100 | 1 | + | 40 |
110 | 1 | + | 50 |
120 | 1 | + | 0 |
130 | 2 | + | 10 |
140 | 2 | + | 20 |
150 | 2 | + | 30 |
160 | 2 | + | 40 |
170 | 2 | + | 50 |
180 | 3 | + | 0 |
190 | 3 | + | 10 |
200 | 3 | + | 20 |
210 | 3 | + | 30 |
220 | 3 | + | 40 |
230 | 3 | + | 50 |
240 | 4 | + | 0 |
250 | 5 | + | 10 |
260 | 4 | + | 20 |
270 | 4 | + | 30 |
280 | 4 | + | 40 |
290 | 4 | + | 50 |
300 | 5 | + | 0 |
310 | 5 | + | 10 |
320 | 5 | + | 20 |
330 | 5 | + | 30 |
340 | 5 | + | 40 |
350 | 5 | + | 50 |
360 | 6 | + | 0 |
370 | 6 | + | 10 |
380 | 6 | + | 20 |
390 | 6 | + | 330 |
400 | 6 | + | 40 |
410 | 6 | + | 50 |
420 | 7 | + | 0 |
430 | 7 | + | 10 |
440 | 7 | + | 20 |
450 | 7 | + | 30 |
460 | 7 | + | 40 |
470 | 7 | + | 50 |
480 | 8 | + | 0 |
490 | 8 | + | 10 |
500 | 8 | + | 20 |
510 | 8 | + | 30 |
520 | 8 | + | 40 |
530 | 8 | + | 50 |
540 | 9 | + | 0 |
550 | 9 | + | 10 |
560 | 9 | + | 20 |
570 | 9 | + | 30 |
580 | 9 | + | 40 |
590 | 9 | + | 50 |
600 | 10 | + | 0 |
700 | 11 | + | 40 |
800 | 13 | + | 20 |
900 | 15 | + | 0 |
1000 | 16 | + | 40 |
1100 | 18 | + | 20 |
1200 | 20 | + | 0 |
1300 | 21 | + | 40 |
1400 | 23 | + | 20 |
1500 | 25 | + | 0 |
Summary
In conclusion:Thanks for your visit!