Shades of Turquoise #37EDEC
Tints of Turquoise #37EDEC
RGB
CMYK
RGB Variations
Color information
#37EDEC (or 0x37EDEC) is known color: Turquoise. HEX triplet: 37, ED and EC. RGB value is (55,237,236). Sum of RGB (Red+Green+Blue) = 55+237+236=528 (69% of max value = 765). Red value is 55 (21.88% from 255 or 10.42% from 528); Green value is 237 (92.97% from 255 or 44.89% from 528); Blue value is 236 (92.58% from 255 or 44.70% from 528); Max value from RGB is 237 - color contains mainly: green. Hex color #37EDEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #37EDEC is #C81213. Grayscale: #B6B6B6. Windows color (decimal): -13111828 or 15527223. OLE color: 15527223.
HSL color Cylindrical-coordinate representation of color #37EDEC: hue angle of 179.67º 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 #37EDEC is Cyan = 0.77, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 55 | 237 | 236 | - |
| CMYK | 0.77 | 0 | 0.00 | 0.07 |
| HSL | 179.67º | 0.83% | 0.57% | - |
| HSV(B) | 179.67º | 0.77% | 0.93% | - |
| XYZ | 47 | 67.44 | 89.9 | - |
| YUV | 182.47 | 158.2 | 37.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 237 | 236 | 0.77 | 0 | 0.00 | 0.07 | 179.67 | 0.83 | 0.57 |
| Hex | 37 | ED | EC | 4D | 0 | 0 | 7 | B4 | 53 | 39 |
| Octal | 67 | 355 | 354 | 115 | 0 | 0 | 7 | 264 | 123 | 71 |
| Binary | 110111 | 11101101 | 11101100 | 1001101 | 0 | 0 | 111 | 10110100 | 1010011 | 111001 |
Color Harmonies of #37EDEC
Complementary color
Monochromatic Colors of #37EDEC
Black with #37EDEC
Text Example
Text Example
White with #37EDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37EDEC; }
p { color: rgb(55,237,236); }
H1.HeaderClassName
{
color: #37EDEC;
}
.AnyTagClassName
{
color: #37EDEC;
}
</style>
background-color css
<style>
a { background-color: #37EDEC; }
a { background-color: rgb(55,237,236); }
div.DivClassName
{
background-color: #37EDEC;
}
.BgClassName
{
background-color: #37EDEC;
}
</style>
border-color css
<style>
span { border-color: #37EDEC; }
span { border-color: rgb(55,237,236); }
td.TdClassName
{
border-color: #37EDEC;
}
.TagClassName
{
border-color: #37EDEC;
}
</style>