Shades of Turquoise #37F0CB
Tints of Turquoise #37F0CB
RGB
CMYK
RGB Variations
Color information
#37F0CB (or 0x37F0CB) is known color: Turquoise. HEX triplet: 37, F0 and CB. RGB value is (55,240,203). Sum of RGB (Red+Green+Blue) = 55+240+203=498 (65% of max value = 765). Red value is 55 (21.88% from 255 or 11.04% from 498); Green value is 240 (94.14% from 255 or 48.19% from 498); Blue value is 203 (79.69% from 255 or 40.76% from 498); Max value from RGB is 240 - color contains mainly: green. Hex color #37F0CB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37F0CB is #C80F34. Grayscale: #B4B4B4. Windows color (decimal): -13111093 or 13365303. OLE color: 13365303.
HSL color Cylindrical-coordinate representation of color #37F0CB: hue angle of 168º 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 #37F0CB is Cyan = 0.77, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 55 | 240 | 203 | - |
| CMYK | 0.77 | 0 | 0.15 | 0.06 |
| HSL | 168º | 0.86% | 0.58% | - |
| HSV(B) | 168º | 0.77% | 0.94% | - |
| XYZ | 43.52 | 67.44 | 67.22 | - |
| YUV | 180.47 | 140.71 | 38.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 240 | 203 | 0.77 | 0 | 0.15 | 0.06 | 168 | 0.86 | 0.58 |
| Hex | 37 | F0 | CB | 4D | 0 | F | 6 | A8 | 56 | 3A |
| Octal | 67 | 360 | 313 | 115 | 0 | 17 | 6 | 250 | 126 | 72 |
| Binary | 110111 | 11110000 | 11001011 | 1001101 | 0 | 1111 | 110 | 10101000 | 1010110 | 111010 |
Color Harmonies of #37F0CB
Complementary color
Monochromatic Colors of #37F0CB
Black with #37F0CB
Text Example
Text Example
White with #37F0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37F0CB; }
p { color: rgb(55,240,203); }
H1.HeaderClassName
{
color: #37F0CB;
}
.AnyTagClassName
{
color: #37F0CB;
}
</style>
background-color css
<style>
a { background-color: #37F0CB; }
a { background-color: rgb(55,240,203); }
div.DivClassName
{
background-color: #37F0CB;
}
.BgClassName
{
background-color: #37F0CB;
}
</style>
border-color css
<style>
span { border-color: #37F0CB; }
span { border-color: rgb(55,240,203); }
td.TdClassName
{
border-color: #37F0CB;
}
.TagClassName
{
border-color: #37F0CB;
}
</style>