Shades of Dark Turquoise #0ED0DA
Tints of Dark Turquoise #0ED0DA
RGB
CMYK
RGB Variations
Color information
#0ED0DA (or 0x0ED0DA) is known color: Dark Turquoise. HEX triplet: 0E, D0 and DA. RGB value is (14,208,218). Sum of RGB (Red+Green+Blue) = 14+208+218=440 (58% of max value = 765). Red value is 14 (5.86% from 255 or 3.18% from 440); Green value is 208 (81.64% from 255 or 47.27% from 440); Blue value is 218 (85.55% from 255 or 49.55% from 440); Max value from RGB is 218 - color contains mainly: blue. Hex color #0ED0DA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ED0DA is #F12F25. Grayscale: #969696. Windows color (decimal): -15806246 or 14340110. OLE color: 14340110.
HSL color Cylindrical-coordinate representation of color #0ED0DA: hue angle of 182.94º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0ED0DA is Cyan = 0.94, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 14 | 208 | 218 | - |
| CMYK | 0.94 | 0.05 | 0 | 0.15 |
| HSL | 182.94º | 0.88% | 0.45% | - |
| HSV(B) | 182.94º | 0.94% | 0.85% | - |
| XYZ | 35.39 | 50.27 | 74.17 | - |
| YUV | 151.13 | 165.73 | 30.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 208 | 218 | 0.94 | 0.05 | 0 | 0.15 | 182.94 | 0.88 | 0.45 |
| Hex | E | D0 | DA | 5E | 5 | 0 | F | B7 | 58 | 2D |
| Octal | 16 | 320 | 332 | 136 | 5 | 0 | 17 | 267 | 130 | 55 |
| Binary | 1110 | 11010000 | 11011010 | 1011110 | 101 | 0 | 1111 | 10110111 | 1011000 | 101101 |
Color Harmonies of #0ED0DA
Complementary color
Monochromatic Colors of #0ED0DA
Black with #0ED0DA
Text Example
Text Example
White with #0ED0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED0DA; }
p { color: rgb(14,208,218); }
H1.HeaderClassName
{
color: #0ED0DA;
}
.AnyTagClassName
{
color: #0ED0DA;
}
</style>
background-color css
<style>
a { background-color: #0ED0DA; }
a { background-color: rgb(14,208,218); }
div.DivClassName
{
background-color: #0ED0DA;
}
.BgClassName
{
background-color: #0ED0DA;
}
</style>
border-color css
<style>
span { border-color: #0ED0DA; }
span { border-color: rgb(14,208,218); }
td.TdClassName
{
border-color: #0ED0DA;
}
.TagClassName
{
border-color: #0ED0DA;
}
</style>