Shades of Turquoise #37ECDB
Tints of Turquoise #37ECDB
RGB
CMYK
RGB Variations
Color information
#37ECDB (or 0x37ECDB) is known color: Turquoise. HEX triplet: 37, EC and DB. RGB value is (55,236,219). Sum of RGB (Red+Green+Blue) = 55+236+219=510 (67% of max value = 765). Red value is 55 (21.88% from 255 or 10.78% from 510); Green value is 236 (92.58% from 255 or 46.27% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 236 - color contains mainly: green. Hex color #37ECDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37ECDB is #C81324. Grayscale: #B3B3B3. Windows color (decimal): -13112101 or 14412855. OLE color: 14412855.
HSL color Cylindrical-coordinate representation of color #37ECDB: hue angle of 174.36º 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 #37ECDB is Cyan = 0.77, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 55 | 236 | 219 | - |
| CMYK | 0.77 | 0 | 0.07 | 0.07 |
| HSL | 174.36º | 0.83% | 0.57% | - |
| HSV(B) | 174.36º | 0.77% | 0.93% | - |
| XYZ | 44.36 | 65.92 | 77.4 | - |
| YUV | 179.94 | 150.03 | 38.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 236 | 219 | 0.77 | 0 | 0.07 | 0.07 | 174.36 | 0.83 | 0.57 |
| Hex | 37 | EC | DB | 4D | 0 | 7 | 7 | AE | 53 | 39 |
| Octal | 67 | 354 | 333 | 115 | 0 | 7 | 7 | 256 | 123 | 71 |
| Binary | 110111 | 11101100 | 11011011 | 1001101 | 0 | 111 | 111 | 10101110 | 1010011 | 111001 |
Color Harmonies of #37ECDB
Complementary color
Monochromatic Colors of #37ECDB
Black with #37ECDB
Text Example
Text Example
White with #37ECDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37ECDB; }
p { color: rgb(55,236,219); }
H1.HeaderClassName
{
color: #37ECDB;
}
.AnyTagClassName
{
color: #37ECDB;
}
</style>
background-color css
<style>
a { background-color: #37ECDB; }
a { background-color: rgb(55,236,219); }
div.DivClassName
{
background-color: #37ECDB;
}
.BgClassName
{
background-color: #37ECDB;
}
</style>
border-color css
<style>
span { border-color: #37ECDB; }
span { border-color: rgb(55,236,219); }
td.TdClassName
{
border-color: #37ECDB;
}
.TagClassName
{
border-color: #37ECDB;
}
</style>