Shades of Dark Turquoise #0ECCD8
Tints of Dark Turquoise #0ECCD8
RGB
CMYK
RGB Variations
Color information
#0ECCD8 (or 0x0ECCD8) is known color: Dark Turquoise. HEX triplet: 0E, CC and D8. RGB value is (14,204,216). Sum of RGB (Red+Green+Blue) = 14+204+216=434 (57% of max value = 765). Red value is 14 (5.86% from 255 or 3.23% from 434); Green value is 204 (80.08% from 255 or 47.00% from 434); Blue value is 216 (84.77% from 255 or 49.77% from 434); Max value from RGB is 216 - color contains mainly: blue. Hex color #0ECCD8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ECCD8 is #F13327. Grayscale: #949494. Windows color (decimal): -15807272 or 14208014. OLE color: 14208014.
HSL color Cylindrical-coordinate representation of color #0ECCD8: hue angle of 183.56º 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 #0ECCD8 is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 14 | 204 | 216 | - |
| CMYK | 0.94 | 0.06 | 0 | 0.15 |
| HSL | 183.56º | 0.88% | 0.45% | - |
| HSV(B) | 183.56º | 0.94% | 0.85% | - |
| XYZ | 34.17 | 48.24 | 72.48 | - |
| YUV | 148.56 | 166.05 | 32.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 204 | 216 | 0.94 | 0.06 | 0 | 0.15 | 183.56 | 0.88 | 0.45 |
| Hex | E | CC | D8 | 5E | 6 | 0 | F | B8 | 58 | 2D |
| Octal | 16 | 314 | 330 | 136 | 6 | 0 | 17 | 270 | 130 | 55 |
| Binary | 1110 | 11001100 | 11011000 | 1011110 | 110 | 0 | 1111 | 10111000 | 1011000 | 101101 |
Color Harmonies of #0ECCD8
Complementary color
Monochromatic Colors of #0ECCD8
Black with #0ECCD8
Text Example
Text Example
White with #0ECCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ECCD8; }
p { color: rgb(14,204,216); }
H1.HeaderClassName
{
color: #0ECCD8;
}
.AnyTagClassName
{
color: #0ECCD8;
}
</style>
background-color css
<style>
a { background-color: #0ECCD8; }
a { background-color: rgb(14,204,216); }
div.DivClassName
{
background-color: #0ECCD8;
}
.BgClassName
{
background-color: #0ECCD8;
}
</style>
border-color css
<style>
span { border-color: #0ECCD8; }
span { border-color: rgb(14,204,216); }
td.TdClassName
{
border-color: #0ECCD8;
}
.TagClassName
{
border-color: #0ECCD8;
}
</style>