Shades of Turquoise #37EFCC
Tints of Turquoise #37EFCC
RGB
CMYK
RGB Variations
Color information
#37EFCC (or 0x37EFCC) is known color: Turquoise. HEX triplet: 37, EF and CC. RGB value is (55,239,204). Sum of RGB (Red+Green+Blue) = 55+239+204=498 (65% of max value = 765). Red value is 55 (21.88% from 255 or 11.04% from 498); Green value is 239 (93.75% from 255 or 47.99% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 239 - color contains mainly: green. Hex color #37EFCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37EFCC is #C81033. Grayscale: #B3B3B3. Windows color (decimal): -13111348 or 13430583. OLE color: 13430583.
HSL color Cylindrical-coordinate representation of color #37EFCC: hue angle of 168.59º degrees, saturation: 0.85, 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 #37EFCC is Cyan = 0.77, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 55 | 239 | 204 | - |
| CMYK | 0.77 | 0 | 0.15 | 0.06 |
| HSL | 168.59º | 0.85% | 0.58% | - |
| HSV(B) | 168.59º | 0.77% | 0.94% | - |
| XYZ | 43.34 | 66.9 | 67.76 | - |
| YUV | 179.99 | 141.54 | 38.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 239 | 204 | 0.77 | 0 | 0.15 | 0.06 | 168.59 | 0.85 | 0.58 |
| Hex | 37 | EF | CC | 4D | 0 | F | 6 | A9 | 55 | 3A |
| Octal | 67 | 357 | 314 | 115 | 0 | 17 | 6 | 251 | 125 | 72 |
| Binary | 110111 | 11101111 | 11001100 | 1001101 | 0 | 1111 | 110 | 10101001 | 1010101 | 111010 |
Color Harmonies of #37EFCC
Complementary color
Monochromatic Colors of #37EFCC
Black with #37EFCC
Text Example
Text Example
White with #37EFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37EFCC; }
p { color: rgb(55,239,204); }
H1.HeaderClassName
{
color: #37EFCC;
}
.AnyTagClassName
{
color: #37EFCC;
}
</style>
background-color css
<style>
a { background-color: #37EFCC; }
a { background-color: rgb(55,239,204); }
div.DivClassName
{
background-color: #37EFCC;
}
.BgClassName
{
background-color: #37EFCC;
}
</style>
border-color css
<style>
span { border-color: #37EFCC; }
span { border-color: rgb(55,239,204); }
td.TdClassName
{
border-color: #37EFCC;
}
.TagClassName
{
border-color: #37EFCC;
}
</style>