Shades of Turquoise #37EDDB
Tints of Turquoise #37EDDB
RGB
CMYK
RGB Variations
Color information
#37EDDB (or 0x37EDDB) is known color: Turquoise. HEX triplet: 37, ED and DB. RGB value is (55,237,219). Sum of RGB (Red+Green+Blue) = 55+237+219=511 (67% of max value = 765). Red value is 55 (21.88% from 255 or 10.76% from 511); Green value is 237 (92.97% from 255 or 46.38% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 237 - color contains mainly: green. Hex color #37EDDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37EDDB is #C81224. Grayscale: #B4B4B4. Windows color (decimal): -13111845 or 14413111. OLE color: 14413111.
HSL color Cylindrical-coordinate representation of color #37EDDB: hue angle of 174.07º 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 #37EDDB is Cyan = 0.77, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 55 | 237 | 219 | - |
| CMYK | 0.77 | 0 | 0.08 | 0.07 |
| HSL | 174.07º | 0.83% | 0.57% | - |
| HSV(B) | 174.07º | 0.77% | 0.93% | - |
| XYZ | 44.65 | 66.5 | 77.5 | - |
| YUV | 180.53 | 149.7 | 38.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 237 | 219 | 0.77 | 0 | 0.08 | 0.07 | 174.07 | 0.83 | 0.57 |
| Hex | 37 | ED | DB | 4D | 0 | 8 | 7 | AE | 53 | 39 |
| Octal | 67 | 355 | 333 | 115 | 0 | 10 | 7 | 256 | 123 | 71 |
| Binary | 110111 | 11101101 | 11011011 | 1001101 | 0 | 1000 | 111 | 10101110 | 1010011 | 111001 |
Color Harmonies of #37EDDB
Complementary color
Monochromatic Colors of #37EDDB
Black with #37EDDB
Text Example
Text Example
White with #37EDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37EDDB; }
p { color: rgb(55,237,219); }
H1.HeaderClassName
{
color: #37EDDB;
}
.AnyTagClassName
{
color: #37EDDB;
}
</style>
background-color css
<style>
a { background-color: #37EDDB; }
a { background-color: rgb(55,237,219); }
div.DivClassName
{
background-color: #37EDDB;
}
.BgClassName
{
background-color: #37EDDB;
}
</style>
border-color css
<style>
span { border-color: #37EDDB; }
span { border-color: rgb(55,237,219); }
td.TdClassName
{
border-color: #37EDDB;
}
.TagClassName
{
border-color: #37EDDB;
}
</style>