Shades of Turquoise #37EEDB
Tints of Turquoise #37EEDB
RGB
CMYK
RGB Variations
Color information
#37EEDB (or 0x37EEDB) is known color: Turquoise. HEX triplet: 37, EE and DB. RGB value is (55,238,219). Sum of RGB (Red+Green+Blue) = 55+238+219=512 (67% of max value = 765). Red value is 55 (21.88% from 255 or 10.74% from 512); Green value is 238 (93.36% from 255 or 46.48% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 238 - color contains mainly: green. Hex color #37EEDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37EEDB is #C81124. Grayscale: #B5B5B5. Windows color (decimal): -13111589 or 14413367. OLE color: 14413367.
HSL color Cylindrical-coordinate representation of color #37EEDB: hue angle of 173.77º degrees, saturation: 0.84, 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 #37EEDB is Cyan = 0.77, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 55 | 238 | 219 | - |
| CMYK | 0.77 | 0 | 0.08 | 0.07 |
| HSL | 173.77º | 0.84% | 0.57% | - |
| HSV(B) | 173.77º | 0.77% | 0.93% | - |
| XYZ | 44.94 | 67.08 | 77.6 | - |
| YUV | 181.12 | 149.37 | 38.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 238 | 219 | 0.77 | 0 | 0.08 | 0.07 | 173.77 | 0.84 | 0.57 |
| Hex | 37 | EE | DB | 4D | 0 | 8 | 7 | AE | 54 | 39 |
| Octal | 67 | 356 | 333 | 115 | 0 | 10 | 7 | 256 | 124 | 71 |
| Binary | 110111 | 11101110 | 11011011 | 1001101 | 0 | 1000 | 111 | 10101110 | 1010100 | 111001 |
Color Harmonies of #37EEDB
Complementary color
Monochromatic Colors of #37EEDB
Black with #37EEDB
Text Example
Text Example
White with #37EEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37EEDB; }
p { color: rgb(55,238,219); }
H1.HeaderClassName
{
color: #37EEDB;
}
.AnyTagClassName
{
color: #37EEDB;
}
</style>
background-color css
<style>
a { background-color: #37EEDB; }
a { background-color: rgb(55,238,219); }
div.DivClassName
{
background-color: #37EEDB;
}
.BgClassName
{
background-color: #37EEDB;
}
</style>
border-color css
<style>
span { border-color: #37EEDB; }
span { border-color: rgb(55,238,219); }
td.TdClassName
{
border-color: #37EEDB;
}
.TagClassName
{
border-color: #37EEDB;
}
</style>