Shades of Turquoise #37DBF0
Tints of Turquoise #37DBF0
RGB
CMYK
RGB Variations
Color information
#37DBF0 (or 0x37DBF0) is known color: Turquoise. HEX triplet: 37, DB and F0. RGB value is (55,219,240). Sum of RGB (Red+Green+Blue) = 55+219+240=514 (68% of max value = 765). Red value is 55 (21.88% from 255 or 10.70% from 514); Green value is 219 (85.94% from 255 or 42.61% from 514); Blue value is 240 (94.14% from 255 or 46.69% from 514); Max value from RGB is 240 - color contains mainly: blue. Hex color #37DBF0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #37DBF0 is #C8240F. Grayscale: #ACACAC. Windows color (decimal): -13116432 or 15784759. OLE color: 15784759.
HSL color Cylindrical-coordinate representation of color #37DBF0: hue angle of 186.81º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37DBF0 is Cyan = 0.77, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 55 | 219 | 240 | - |
| CMYK | 0.77 | 0.09 | 0 | 0.06 |
| HSL | 186.81º | 0.86% | 0.58% | - |
| HSV(B) | 186.81º | 0.77% | 0.94% | - |
| XYZ | 42.64 | 57.77 | 91.34 | - |
| YUV | 172.36 | 166.17 | 44.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 219 | 240 | 0.77 | 0.09 | 0 | 0.06 | 186.81 | 0.86 | 0.58 |
| Hex | 37 | DB | F0 | 4D | 9 | 0 | 6 | BB | 56 | 3A |
| Octal | 67 | 333 | 360 | 115 | 11 | 0 | 6 | 273 | 126 | 72 |
| Binary | 110111 | 11011011 | 11110000 | 1001101 | 1001 | 0 | 110 | 10111011 | 1010110 | 111010 |
Color Harmonies of #37DBF0
Complementary color
Monochromatic Colors of #37DBF0
Black with #37DBF0
Text Example
Text Example
White with #37DBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37DBF0; }
p { color: rgb(55,219,240); }
H1.HeaderClassName
{
color: #37DBF0;
}
.AnyTagClassName
{
color: #37DBF0;
}
</style>
background-color css
<style>
a { background-color: #37DBF0; }
a { background-color: rgb(55,219,240); }
div.DivClassName
{
background-color: #37DBF0;
}
.BgClassName
{
background-color: #37DBF0;
}
</style>
border-color css
<style>
span { border-color: #37DBF0; }
span { border-color: rgb(55,219,240); }
td.TdClassName
{
border-color: #37DBF0;
}
.TagClassName
{
border-color: #37DBF0;
}
</style>