Shades of Turquoise #37EBDB
Tints of Turquoise #37EBDB
RGB
CMYK
RGB Variations
Color information
#37EBDB (or 0x37EBDB) is known color: Turquoise. HEX triplet: 37, EB and DB. RGB value is (55,235,219). Sum of RGB (Red+Green+Blue) = 55+235+219=509 (67% of max value = 765). Red value is 55 (21.88% from 255 or 10.81% from 509); Green value is 235 (92.19% from 255 or 46.17% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 235 - color contains mainly: green. Hex color #37EBDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37EBDB is #C81424. Grayscale: #B3B3B3. Windows color (decimal): -13112357 or 14412599. OLE color: 14412599.
HSL color Cylindrical-coordinate representation of color #37EBDB: hue angle of 174.67º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37EBDB is Cyan = 0.77, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 55 | 235 | 219 | - |
| CMYK | 0.77 | 0 | 0.07 | 0.08 |
| HSL | 174.67º | 0.82% | 0.57% | - |
| HSV(B) | 174.67º | 0.77% | 0.92% | - |
| XYZ | 44.07 | 65.34 | 77.31 | - |
| YUV | 179.36 | 150.37 | 39.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 235 | 219 | 0.77 | 0 | 0.07 | 0.08 | 174.67 | 0.82 | 0.57 |
| Hex | 37 | EB | DB | 4D | 0 | 7 | 8 | AF | 52 | 39 |
| Octal | 67 | 353 | 333 | 115 | 0 | 7 | 10 | 257 | 122 | 71 |
| Binary | 110111 | 11101011 | 11011011 | 1001101 | 0 | 111 | 1000 | 10101111 | 1010010 | 111001 |
Color Harmonies of #37EBDB
Complementary color
Monochromatic Colors of #37EBDB
Black with #37EBDB
Text Example
Text Example
White with #37EBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37EBDB; }
p { color: rgb(55,235,219); }
H1.HeaderClassName
{
color: #37EBDB;
}
.AnyTagClassName
{
color: #37EBDB;
}
</style>
background-color css
<style>
a { background-color: #37EBDB; }
a { background-color: rgb(55,235,219); }
div.DivClassName
{
background-color: #37EBDB;
}
.BgClassName
{
background-color: #37EBDB;
}
</style>
border-color css
<style>
span { border-color: #37EBDB; }
span { border-color: rgb(55,235,219); }
td.TdClassName
{
border-color: #37EBDB;
}
.TagClassName
{
border-color: #37EBDB;
}
</style>