Shades of Dark Turquoise #0ED5DB
Tints of Dark Turquoise #0ED5DB
RGB
CMYK
RGB Variations
Color information
#0ED5DB (or 0x0ED5DB) is known color: Dark Turquoise. HEX triplet: 0E, D5 and DB. RGB value is (14,213,219). Sum of RGB (Red+Green+Blue) = 14+213+219=446 (59% of max value = 765). Red value is 14 (5.86% from 255 or 3.14% from 446); Green value is 213 (83.59% from 255 or 47.76% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 219 - color contains mainly: blue. Hex color #0ED5DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ED5DB is #F12A24. Grayscale: #999999. Windows color (decimal): -15804965 or 14406926. OLE color: 14406926.
HSL color Cylindrical-coordinate representation of color #0ED5DB: hue angle of 181.76º 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 #0ED5DB is Cyan = 0.94, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 14 | 213 | 219 | - |
| CMYK | 0.94 | 0.03 | 0 | 0.14 |
| HSL | 181.76º | 0.88% | 0.46% | - |
| HSV(B) | 181.76º | 0.94% | 0.86% | - |
| XYZ | 36.76 | 52.8 | 75.27 | - |
| YUV | 154.18 | 164.57 | 28.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 213 | 219 | 0.94 | 0.03 | 0 | 0.14 | 181.76 | 0.88 | 0.46 |
| Hex | E | D5 | DB | 5E | 3 | 0 | E | B6 | 58 | 2E |
| Octal | 16 | 325 | 333 | 136 | 3 | 0 | 16 | 266 | 130 | 56 |
| Binary | 1110 | 11010101 | 11011011 | 1011110 | 11 | 0 | 1110 | 10110110 | 1011000 | 101110 |
Color Harmonies of #0ED5DB
Complementary color
Monochromatic Colors of #0ED5DB
Black with #0ED5DB
Text Example
Text Example
White with #0ED5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED5DB; }
p { color: rgb(14,213,219); }
H1.HeaderClassName
{
color: #0ED5DB;
}
.AnyTagClassName
{
color: #0ED5DB;
}
</style>
background-color css
<style>
a { background-color: #0ED5DB; }
a { background-color: rgb(14,213,219); }
div.DivClassName
{
background-color: #0ED5DB;
}
.BgClassName
{
background-color: #0ED5DB;
}
</style>
border-color css
<style>
span { border-color: #0ED5DB; }
span { border-color: rgb(14,213,219); }
td.TdClassName
{
border-color: #0ED5DB;
}
.TagClassName
{
border-color: #0ED5DB;
}
</style>