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