Shades of Turquoise #37FDCE
Tints of Turquoise #37FDCE
RGB
CMYK
RGB Variations
Color information
#37FDCE (or 0x37FDCE) is known color: Turquoise. HEX triplet: 37, FD and CE. RGB value is (55,253,206). Sum of RGB (Red+Green+Blue) = 55+253+206=514 (68% of max value = 765). Red value is 55 (21.88% from 255 or 10.70% from 514); Green value is 253 (99.22% from 255 or 49.22% from 514); Blue value is 206 (80.86% from 255 or 40.08% from 514); Max value from RGB is 253 - color contains mainly: green. Hex color #37FDCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37FDCE is #C80231. Grayscale: #BCBCBC. Windows color (decimal): -13107762 or 13565239. OLE color: 13565239.
HSL color Cylindrical-coordinate representation of color #37FDCE: hue angle of 165.76º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37FDCE is Cyan = 0.78, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 55 | 253 | 206 | - |
| CMYK | 0.78 | 0 | 0.19 | 0.01 |
| HSL | 165.76º | 0.98% | 0.6% | - |
| HSV(B) | 165.76º | 0.78% | 0.99% | - |
| XYZ | 47.84 | 75.52 | 70.45 | - |
| YUV | 188.44 | 137.9 | 32.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 253 | 206 | 0.78 | 0 | 0.19 | 0.01 | 165.76 | 0.98 | 0.6 |
| Hex | 37 | FD | CE | 4E | 0 | 13 | 1 | A6 | 62 | 3C |
| Octal | 67 | 375 | 316 | 116 | 0 | 23 | 1 | 246 | 142 | 74 |
| Binary | 110111 | 11111101 | 11001110 | 1001110 | 0 | 10011 | 1 | 10100110 | 1100010 | 111100 |
Color Harmonies of #37FDCE
Complementary color
Monochromatic Colors of #37FDCE
Black with #37FDCE
Text Example
Text Example
White with #37FDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37FDCE; }
p { color: rgb(55,253,206); }
H1.HeaderClassName
{
color: #37FDCE;
}
.AnyTagClassName
{
color: #37FDCE;
}
</style>
background-color css
<style>
a { background-color: #37FDCE; }
a { background-color: rgb(55,253,206); }
div.DivClassName
{
background-color: #37FDCE;
}
.BgClassName
{
background-color: #37FDCE;
}
</style>
border-color css
<style>
span { border-color: #37FDCE; }
span { border-color: rgb(55,253,206); }
td.TdClassName
{
border-color: #37FDCE;
}
.TagClassName
{
border-color: #37FDCE;
}
</style>