Shades of Dark Turquoise #0EC8D0
Tints of Dark Turquoise #0EC8D0
RGB
CMYK
RGB Variations
Color information
#0EC8D0 (or 0x0EC8D0) is known color: Dark Turquoise. HEX triplet: 0E, C8 and D0. RGB value is (14,200,208). Sum of RGB (Red+Green+Blue) = 14+200+208=422 (55% of max value = 765). Red value is 14 (5.86% from 255 or 3.32% from 422); Green value is 200 (78.52% from 255 or 47.39% from 422); Blue value is 208 (81.64% from 255 or 49.29% from 422); Max value from RGB is 208 - color contains mainly: blue. Hex color #0EC8D0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EC8D0 is #F1372F. Grayscale: #919191. Windows color (decimal): -15808304 or 13682702. OLE color: 13682702.
HSL color Cylindrical-coordinate representation of color #0EC8D0: hue angle of 182.47º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC8D0 is Cyan = 0.93, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 14 | 200 | 208 | - |
| CMYK | 0.93 | 0.04 | 0 | 0.18 |
| HSL | 182.47º | 0.87% | 0.44% | - |
| HSV(B) | 182.47º | 0.93% | 0.82% | - |
| XYZ | 32.22 | 45.96 | 66.85 | - |
| YUV | 145.3 | 163.38 | 34.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 200 | 208 | 0.93 | 0.04 | 0 | 0.18 | 182.47 | 0.87 | 0.44 |
| Hex | E | C8 | D0 | 5D | 4 | 0 | 12 | B6 | 57 | 2C |
| Octal | 16 | 310 | 320 | 135 | 4 | 0 | 22 | 266 | 127 | 54 |
| Binary | 1110 | 11001000 | 11010000 | 1011101 | 100 | 0 | 10010 | 10110110 | 1010111 | 101100 |
Color Harmonies of #0EC8D0
Complementary color
Monochromatic Colors of #0EC8D0
Black with #0EC8D0
Text Example
Text Example
White with #0EC8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC8D0; }
p { color: rgb(14,200,208); }
H1.HeaderClassName
{
color: #0EC8D0;
}
.AnyTagClassName
{
color: #0EC8D0;
}
</style>
background-color css
<style>
a { background-color: #0EC8D0; }
a { background-color: rgb(14,200,208); }
div.DivClassName
{
background-color: #0EC8D0;
}
.BgClassName
{
background-color: #0EC8D0;
}
</style>
border-color css
<style>
span { border-color: #0EC8D0; }
span { border-color: rgb(14,200,208); }
td.TdClassName
{
border-color: #0EC8D0;
}
.TagClassName
{
border-color: #0EC8D0;
}
</style>