Shades of Turquoise #37F2CE
Tints of Turquoise #37F2CE
RGB
CMYK
RGB Variations
Color information
#37F2CE (or 0x37F2CE) is known color: Turquoise. HEX triplet: 37, F2 and CE. RGB value is (55,242,206). Sum of RGB (Red+Green+Blue) = 55+242+206=503 (66% of max value = 765). Red value is 55 (21.88% from 255 or 10.93% from 503); Green value is 242 (94.92% from 255 or 48.11% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 242 - color contains mainly: green. Hex color #37F2CE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37F2CE is #C80D31. Grayscale: #B5B5B5. Windows color (decimal): -13110578 or 13562423. OLE color: 13562423.
HSL color Cylindrical-coordinate representation of color #37F2CE: hue angle of 168.45º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37F2CE is Cyan = 0.77, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 55 | 242 | 206 | - |
| CMYK | 0.77 | 0 | 0.15 | 0.05 |
| HSL | 168.45º | 0.88% | 0.58% | - |
| HSV(B) | 168.45º | 0.77% | 0.95% | - |
| XYZ | 44.47 | 68.77 | 69.32 | - |
| YUV | 181.98 | 141.55 | 37.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 242 | 206 | 0.77 | 0 | 0.15 | 0.05 | 168.45 | 0.88 | 0.58 |
| Hex | 37 | F2 | CE | 4D | 0 | F | 5 | A8 | 58 | 3A |
| Octal | 67 | 362 | 316 | 115 | 0 | 17 | 5 | 250 | 130 | 72 |
| Binary | 110111 | 11110010 | 11001110 | 1001101 | 0 | 1111 | 101 | 10101000 | 1011000 | 111010 |
Color Harmonies of #37F2CE
Complementary color
Monochromatic Colors of #37F2CE
Black with #37F2CE
Text Example
Text Example
White with #37F2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37F2CE; }
p { color: rgb(55,242,206); }
H1.HeaderClassName
{
color: #37F2CE;
}
.AnyTagClassName
{
color: #37F2CE;
}
</style>
background-color css
<style>
a { background-color: #37F2CE; }
a { background-color: rgb(55,242,206); }
div.DivClassName
{
background-color: #37F2CE;
}
.BgClassName
{
background-color: #37F2CE;
}
</style>
border-color css
<style>
span { border-color: #37F2CE; }
span { border-color: rgb(55,242,206); }
td.TdClassName
{
border-color: #37F2CE;
}
.TagClassName
{
border-color: #37F2CE;
}
</style>