I don't know if it can be done with a format. If you use this formula, it can format it as text (assumes the seconds are in A1)

=TEXT(A1/60, "00")&":"&TEXT(MOD(A1,60), "00")