Shades of Medium Turquoise #37CBDF
Tints of Medium Turquoise #37CBDF
RGB
CMYK
RGB Variations
Color information
#37CBDF (or 0x37CBDF) is known color: Medium Turquoise. HEX triplet: 37, CB and DF. RGB value is (55,203,223). Sum of RGB (Red+Green+Blue) = 55+203+223=481 (63% of max value = 765). Red value is 55 (21.88% from 255 or 11.43% from 481); Green value is 203 (79.69% from 255 or 42.20% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 223 - color contains mainly: blue. Hex color #37CBDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CBDF is #C83420. Grayscale: #A0A0A0. Windows color (decimal): -13120545 or 14666551. OLE color: 14666551.
HSL color Cylindrical-coordinate representation of color #37CBDF: hue angle of 187.14º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37CBDF is Cyan = 0.75, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 55 | 203 | 223 | - |
| CMYK | 0.75 | 0.09 | 0 | 0.13 |
| HSL | 187.14º | 0.72% | 0.55% | - |
| HSV(B) | 187.14º | 0.75% | 0.87% | - |
| XYZ | 36.25 | 48.85 | 77.33 | - |
| YUV | 161.03 | 162.97 | 52.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 203 | 223 | 0.75 | 0.09 | 0 | 0.13 | 187.14 | 0.72 | 0.55 |
| Hex | 37 | CB | DF | 4B | 9 | 0 | D | BB | 48 | 37 |
| Octal | 67 | 313 | 337 | 113 | 11 | 0 | 15 | 273 | 110 | 67 |
| Binary | 110111 | 11001011 | 11011111 | 1001011 | 1001 | 0 | 1101 | 10111011 | 1001000 | 110111 |
Color Harmonies of #37CBDF
Complementary color
Monochromatic Colors of #37CBDF
Black with #37CBDF
Text Example
Text Example
White with #37CBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37CBDF; }
p { color: rgb(55,203,223); }
H1.HeaderClassName
{
color: #37CBDF;
}
.AnyTagClassName
{
color: #37CBDF;
}
</style>
background-color css
<style>
a { background-color: #37CBDF; }
a { background-color: rgb(55,203,223); }
div.DivClassName
{
background-color: #37CBDF;
}
.BgClassName
{
background-color: #37CBDF;
}
</style>
border-color css
<style>
span { border-color: #37CBDF; }
span { border-color: rgb(55,203,223); }
td.TdClassName
{
border-color: #37CBDF;
}
.TagClassName
{
border-color: #37CBDF;
}
</style>