Shades of Dark Turquoise #0ED0DB
Tints of Dark Turquoise #0ED0DB
RGB
CMYK
RGB Variations
Color information
#0ED0DB (or 0x0ED0DB) is known color: Dark Turquoise. HEX triplet: 0E, D0 and DB. RGB value is (14,208,219). Sum of RGB (Red+Green+Blue) = 14+208+219=441 (58% of max value = 765). Red value is 14 (5.86% from 255 or 3.17% from 441); Green value is 208 (81.64% from 255 or 47.17% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #0ED0DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ED0DB is #F12F24. Grayscale: #979797. Windows color (decimal): -15806245 or 14405646. OLE color: 14405646.
HSL color Cylindrical-coordinate representation of color #0ED0DB: hue angle of 183.22º 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 #0ED0DB is Cyan = 0.94, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 14 | 208 | 219 | - |
| CMYK | 0.94 | 0.05 | 0 | 0.14 |
| HSL | 183.22º | 0.88% | 0.46% | - |
| HSV(B) | 183.22º | 0.94% | 0.86% | - |
| XYZ | 35.52 | 50.32 | 74.86 | - |
| YUV | 151.25 | 166.23 | 30.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 208 | 219 | 0.94 | 0.05 | 0 | 0.14 | 183.22 | 0.88 | 0.46 |
| Hex | E | D0 | DB | 5E | 5 | 0 | E | B7 | 58 | 2E |
| Octal | 16 | 320 | 333 | 136 | 5 | 0 | 16 | 267 | 130 | 56 |
| Binary | 1110 | 11010000 | 11011011 | 1011110 | 101 | 0 | 1110 | 10110111 | 1011000 | 101110 |
Color Harmonies of #0ED0DB
Complementary color
Monochromatic Colors of #0ED0DB
Black with #0ED0DB
Text Example
Text Example
White with #0ED0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED0DB; }
p { color: rgb(14,208,219); }
H1.HeaderClassName
{
color: #0ED0DB;
}
.AnyTagClassName
{
color: #0ED0DB;
}
</style>
background-color css
<style>
a { background-color: #0ED0DB; }
a { background-color: rgb(14,208,219); }
div.DivClassName
{
background-color: #0ED0DB;
}
.BgClassName
{
background-color: #0ED0DB;
}
</style>
border-color css
<style>
span { border-color: #0ED0DB; }
span { border-color: rgb(14,208,219); }
td.TdClassName
{
border-color: #0ED0DB;
}
.TagClassName
{
border-color: #0ED0DB;
}
</style>