Shades of Turquoise #37F5CB
Tints of Turquoise #37F5CB
RGB
CMYK
RGB Variations
Color information
#37F5CB (or 0x37F5CB) is known color: Turquoise. HEX triplet: 37, F5 and CB. RGB value is (55,245,203). Sum of RGB (Red+Green+Blue) = 55+245+203=503 (66% of max value = 765). Red value is 55 (21.88% from 255 or 10.93% from 503); Green value is 245 (96.09% from 255 or 48.71% from 503); Blue value is 203 (79.69% from 255 or 40.36% from 503); Max value from RGB is 245 - color contains mainly: green. Hex color #37F5CB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37F5CB is #C80A34. Grayscale: #B7B7B7. Windows color (decimal): -13109813 or 13366583. OLE color: 13366583.
HSL color Cylindrical-coordinate representation of color #37F5CB: hue angle of 166.74º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37F5CB is Cyan = 0.78, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 55 | 245 | 203 | - |
| CMYK | 0.78 | 0 | 0.17 | 0.04 |
| HSL | 166.74º | 0.9% | 0.59% | - |
| HSV(B) | 166.74º | 0.78% | 0.96% | - |
| XYZ | 45.01 | 70.43 | 67.72 | - |
| YUV | 183.4 | 139.05 | 36.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 245 | 203 | 0.78 | 0 | 0.17 | 0.04 | 166.74 | 0.9 | 0.59 |
| Hex | 37 | F5 | CB | 4E | 0 | 11 | 4 | A7 | 5A | 3B |
| Octal | 67 | 365 | 313 | 116 | 0 | 21 | 4 | 247 | 132 | 73 |
| Binary | 110111 | 11110101 | 11001011 | 1001110 | 0 | 10001 | 100 | 10100111 | 1011010 | 111011 |
Color Harmonies of #37F5CB
Complementary color
Monochromatic Colors of #37F5CB
Black with #37F5CB
Text Example
Text Example
White with #37F5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37F5CB; }
p { color: rgb(55,245,203); }
H1.HeaderClassName
{
color: #37F5CB;
}
.AnyTagClassName
{
color: #37F5CB;
}
</style>
background-color css
<style>
a { background-color: #37F5CB; }
a { background-color: rgb(55,245,203); }
div.DivClassName
{
background-color: #37F5CB;
}
.BgClassName
{
background-color: #37F5CB;
}
</style>
border-color css
<style>
span { border-color: #37F5CB; }
span { border-color: rgb(55,245,203); }
td.TdClassName
{
border-color: #37F5CB;
}
.TagClassName
{
border-color: #37F5CB;
}
</style>