Shades of Dark Turquoise #0EDCCD
Tints of Dark Turquoise #0EDCCD
RGB
CMYK
RGB Variations
Color information
#0EDCCD (or 0x0EDCCD) is known color: Dark Turquoise. HEX triplet: 0E, DC and CD. RGB value is (14,220,205). Sum of RGB (Red+Green+Blue) = 14+220+205=439 (58% of max value = 765). Red value is 14 (5.86% from 255 or 3.19% from 439); Green value is 220 (86.33% from 255 or 50.11% from 439); Blue value is 205 (80.47% from 255 or 46.70% from 439); Max value from RGB is 220 - color contains mainly: green. Hex color #0EDCCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EDCCD is #F12332. Grayscale: #9C9C9C. Windows color (decimal): -15803187 or 13491214. OLE color: 13491214.
HSL color Cylindrical-coordinate representation of color #0EDCCD: hue angle of 175.63º 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 #0EDCCD is Cyan = 0.94, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 14 | 220 | 205 | - |
| CMYK | 0.94 | 0 | 0.07 | 0.14 |
| HSL | 175.63º | 0.88% | 0.46% | - |
| HSV(B) | 175.63º | 0.94% | 0.86% | - |
| XYZ | 36.79 | 55.69 | 66.57 | - |
| YUV | 156.7 | 155.25 | 26.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 220 | 205 | 0.94 | 0 | 0.07 | 0.14 | 175.63 | 0.88 | 0.46 |
| Hex | E | DC | CD | 5E | 0 | 7 | E | B0 | 58 | 2E |
| Octal | 16 | 334 | 315 | 136 | 0 | 7 | 16 | 260 | 130 | 56 |
| Binary | 1110 | 11011100 | 11001101 | 1011110 | 0 | 111 | 1110 | 10110000 | 1011000 | 101110 |
Color Harmonies of #0EDCCD
Complementary color
Monochromatic Colors of #0EDCCD
Black with #0EDCCD
Text Example
Text Example
White with #0EDCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EDCCD; }
p { color: rgb(14,220,205); }
H1.HeaderClassName
{
color: #0EDCCD;
}
.AnyTagClassName
{
color: #0EDCCD;
}
</style>
background-color css
<style>
a { background-color: #0EDCCD; }
a { background-color: rgb(14,220,205); }
div.DivClassName
{
background-color: #0EDCCD;
}
.BgClassName
{
background-color: #0EDCCD;
}
</style>
border-color css
<style>
span { border-color: #0EDCCD; }
span { border-color: rgb(14,220,205); }
td.TdClassName
{
border-color: #0EDCCD;
}
.TagClassName
{
border-color: #0EDCCD;
}
</style>