Shades of Dark Turquoise #0EDBCD
Tints of Dark Turquoise #0EDBCD
RGB
CMYK
RGB Variations
Color information
#0EDBCD (or 0x0EDBCD) is known color: Dark Turquoise. HEX triplet: 0E, DB and CD. RGB value is (14,219,205). Sum of RGB (Red+Green+Blue) = 14+219+205=438 (58% of max value = 765). Red value is 14 (5.86% from 255 or 3.20% from 438); Green value is 219 (85.94% from 255 or 50% from 438); Blue value is 205 (80.47% from 255 or 46.80% from 438); Max value from RGB is 219 - color contains mainly: green. Hex color #0EDBCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EDBCD is #F12432. Grayscale: #9B9B9B. Windows color (decimal): -15803443 or 13490958. OLE color: 13490958.
HSL color Cylindrical-coordinate representation of color #0EDBCD: hue angle of 175.9º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EDBCD is Cyan = 0.94, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 14 | 219 | 205 | - |
| CMYK | 0.94 | 0 | 0.06 | 0.14 |
| HSL | 175.9º | 0.88% | 0.46% | - |
| HSV(B) | 175.9º | 0.94% | 0.86% | - |
| XYZ | 36.53 | 55.16 | 66.48 | - |
| YUV | 156.11 | 155.58 | 26.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 219 | 205 | 0.94 | 0 | 0.06 | 0.14 | 175.9 | 0.88 | 0.46 |
| Hex | E | DB | CD | 5E | 0 | 6 | E | B0 | 58 | 2E |
| Octal | 16 | 333 | 315 | 136 | 0 | 6 | 16 | 260 | 130 | 56 |
| Binary | 1110 | 11011011 | 11001101 | 1011110 | 0 | 110 | 1110 | 10110000 | 1011000 | 101110 |
Color Harmonies of #0EDBCD
Complementary color
Monochromatic Colors of #0EDBCD
Black with #0EDBCD
Text Example
Text Example
White with #0EDBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EDBCD; }
p { color: rgb(14,219,205); }
H1.HeaderClassName
{
color: #0EDBCD;
}
.AnyTagClassName
{
color: #0EDBCD;
}
</style>
background-color css
<style>
a { background-color: #0EDBCD; }
a { background-color: rgb(14,219,205); }
div.DivClassName
{
background-color: #0EDBCD;
}
.BgClassName
{
background-color: #0EDBCD;
}
</style>
border-color css
<style>
span { border-color: #0EDBCD; }
span { border-color: rgb(14,219,205); }
td.TdClassName
{
border-color: #0EDBCD;
}
.TagClassName
{
border-color: #0EDBCD;
}
</style>