Shades of Turquoise #37ECDA
Tints of Turquoise #37ECDA
RGB
CMYK
RGB Variations
Color information
#37ECDA (or 0x37ECDA) is known color: Turquoise. HEX triplet: 37, EC and DA. RGB value is (55,236,218). Sum of RGB (Red+Green+Blue) = 55+236+218=509 (67% of max value = 765). Red value is 55 (21.88% from 255 or 10.81% from 509); Green value is 236 (92.58% from 255 or 46.37% from 509); Blue value is 218 (85.55% from 255 or 42.83% from 509); Max value from RGB is 236 - color contains mainly: green. Hex color #37ECDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37ECDA is #C81325. Grayscale: #B3B3B3. Windows color (decimal): -13112102 or 14347319. OLE color: 14347319.
HSL color Cylindrical-coordinate representation of color #37ECDA: hue angle of 174.03º 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 #37ECDA is Cyan = 0.77, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 55 | 236 | 218 | - |
| CMYK | 0.77 | 0 | 0.08 | 0.07 |
| HSL | 174.03º | 0.83% | 0.57% | - |
| HSV(B) | 174.03º | 0.77% | 0.93% | - |
| XYZ | 44.23 | 65.87 | 76.71 | - |
| YUV | 179.83 | 149.53 | 38.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 236 | 218 | 0.77 | 0 | 0.08 | 0.07 | 174.03 | 0.83 | 0.57 |
| Hex | 37 | EC | DA | 4D | 0 | 8 | 7 | AE | 53 | 39 |
| Octal | 67 | 354 | 332 | 115 | 0 | 10 | 7 | 256 | 123 | 71 |
| Binary | 110111 | 11101100 | 11011010 | 1001101 | 0 | 1000 | 111 | 10101110 | 1010011 | 111001 |
Color Harmonies of #37ECDA
Complementary color
Monochromatic Colors of #37ECDA
Black with #37ECDA
Text Example
Text Example
White with #37ECDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37ECDA; }
p { color: rgb(55,236,218); }
H1.HeaderClassName
{
color: #37ECDA;
}
.AnyTagClassName
{
color: #37ECDA;
}
</style>
background-color css
<style>
a { background-color: #37ECDA; }
a { background-color: rgb(55,236,218); }
div.DivClassName
{
background-color: #37ECDA;
}
.BgClassName
{
background-color: #37ECDA;
}
</style>
border-color css
<style>
span { border-color: #37ECDA; }
span { border-color: rgb(55,236,218); }
td.TdClassName
{
border-color: #37ECDA;
}
.TagClassName
{
border-color: #37ECDA;
}
</style>