Shades of Turquoise #37ECCC
Tints of Turquoise #37ECCC
RGB
CMYK
RGB Variations
Color information
#37ECCC (or 0x37ECCC) is known color: Turquoise. HEX triplet: 37, EC and CC. RGB value is (55,236,204). Sum of RGB (Red+Green+Blue) = 55+236+204=495 (65% of max value = 765). Red value is 55 (21.88% from 255 or 11.11% from 495); Green value is 236 (92.58% from 255 or 47.68% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 236 - color contains mainly: green. Hex color #37ECCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37ECCC is #C81333. Grayscale: #B2B2B2. Windows color (decimal): -13112116 or 13429815. OLE color: 13429815.
HSL color Cylindrical-coordinate representation of color #37ECCC: hue angle of 169.39º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37ECCC is Cyan = 0.77, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 55 | 236 | 204 | - |
| CMYK | 0.77 | 0 | 0.14 | 0.07 |
| HSL | 169.39º | 0.83% | 0.57% | - |
| HSV(B) | 169.39º | 0.77% | 0.93% | - |
| XYZ | 42.47 | 65.16 | 67.47 | - |
| YUV | 178.23 | 142.53 | 40.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 236 | 204 | 0.77 | 0 | 0.14 | 0.07 | 169.39 | 0.83 | 0.57 |
| Hex | 37 | EC | CC | 4D | 0 | E | 7 | A9 | 53 | 39 |
| Octal | 67 | 354 | 314 | 115 | 0 | 16 | 7 | 251 | 123 | 71 |
| Binary | 110111 | 11101100 | 11001100 | 1001101 | 0 | 1110 | 111 | 10101001 | 1010011 | 111001 |
Color Harmonies of #37ECCC
Complementary color
Monochromatic Colors of #37ECCC
Black with #37ECCC
Text Example
Text Example
White with #37ECCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37ECCC; }
p { color: rgb(55,236,204); }
H1.HeaderClassName
{
color: #37ECCC;
}
.AnyTagClassName
{
color: #37ECCC;
}
</style>
background-color css
<style>
a { background-color: #37ECCC; }
a { background-color: rgb(55,236,204); }
div.DivClassName
{
background-color: #37ECCC;
}
.BgClassName
{
background-color: #37ECCC;
}
</style>
border-color css
<style>
span { border-color: #37ECCC; }
span { border-color: rgb(55,236,204); }
td.TdClassName
{
border-color: #37ECCC;
}
.TagClassName
{
border-color: #37ECCC;
}
</style>