Shades of Dark Turquoise #0ED6CD
Tints of Dark Turquoise #0ED6CD
RGB
CMYK
RGB Variations
Color information
#0ED6CD (or 0x0ED6CD) is known color: Dark Turquoise. HEX triplet: 0E, D6 and CD. RGB value is (14,214,205). Sum of RGB (Red+Green+Blue) = 14+214+205=433 (57% of max value = 765). Red value is 14 (5.86% from 255 or 3.23% from 433); Green value is 214 (83.98% from 255 or 49.42% from 433); Blue value is 205 (80.47% from 255 or 47.34% from 433); Max value from RGB is 214 - color contains mainly: green. Hex color #0ED6CD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ED6CD is #F12932. Grayscale: #999999. Windows color (decimal): -15804723 or 13489678. OLE color: 13489678.
HSL color Cylindrical-coordinate representation of color #0ED6CD: hue angle of 177.3º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ED6CD is Cyan = 0.93, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 14 | 214 | 205 | - |
| CMYK | 0.93 | 0 | 0.04 | 0.16 |
| HSL | 177.3º | 0.88% | 0.45% | - |
| HSV(B) | 177.3º | 0.93% | 0.84% | - |
| XYZ | 35.25 | 52.59 | 66.05 | - |
| YUV | 153.17 | 157.24 | 28.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 214 | 205 | 0.93 | 0 | 0.04 | 0.16 | 177.3 | 0.88 | 0.45 |
| Hex | E | D6 | CD | 5D | 0 | 4 | 10 | B1 | 58 | 2D |
| Octal | 16 | 326 | 315 | 135 | 0 | 4 | 20 | 261 | 130 | 55 |
| Binary | 1110 | 11010110 | 11001101 | 1011101 | 0 | 100 | 10000 | 10110001 | 1011000 | 101101 |
Color Harmonies of #0ED6CD
Complementary color
Monochromatic Colors of #0ED6CD
Black with #0ED6CD
Text Example
Text Example
White with #0ED6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED6CD; }
p { color: rgb(14,214,205); }
H1.HeaderClassName
{
color: #0ED6CD;
}
.AnyTagClassName
{
color: #0ED6CD;
}
</style>
background-color css
<style>
a { background-color: #0ED6CD; }
a { background-color: rgb(14,214,205); }
div.DivClassName
{
background-color: #0ED6CD;
}
.BgClassName
{
background-color: #0ED6CD;
}
</style>
border-color css
<style>
span { border-color: #0ED6CD; }
span { border-color: rgb(14,214,205); }
td.TdClassName
{
border-color: #0ED6CD;
}
.TagClassName
{
border-color: #0ED6CD;
}
</style>