Shades of Dark Turquoise #0ECDD2
Tints of Dark Turquoise #0ECDD2
RGB
CMYK
RGB Variations
Color information
#0ECDD2 (or 0x0ECDD2) is known color: Dark Turquoise. HEX triplet: 0E, CD and D2. RGB value is (14,205,210). Sum of RGB (Red+Green+Blue) = 14+205+210=429 (56% of max value = 765). Red value is 14 (5.86% from 255 or 3.26% from 429); Green value is 205 (80.47% from 255 or 47.79% from 429); Blue value is 210 (82.42% from 255 or 48.95% from 429); Max value from RGB is 210 - color contains mainly: blue. Hex color #0ECDD2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ECDD2 is #F1322D. Grayscale: #949494. Windows color (decimal): -15807022 or 13815054. OLE color: 13815054.
HSL color Cylindrical-coordinate representation of color #0ECDD2: hue angle of 181.53º degrees, saturation: 0.88, 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 #0ECDD2 is Cyan = 0.93, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 14 | 205 | 210 | - |
| CMYK | 0.93 | 0.02 | 0 | 0.18 |
| HSL | 181.53º | 0.88% | 0.44% | - |
| HSV(B) | 181.53º | 0.93% | 0.82% | - |
| XYZ | 33.65 | 48.41 | 68.54 | - |
| YUV | 148.46 | 162.72 | 32.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 205 | 210 | 0.93 | 0.02 | 0 | 0.18 | 181.53 | 0.88 | 0.44 |
| Hex | E | CD | D2 | 5D | 2 | 0 | 12 | B6 | 58 | 2C |
| Octal | 16 | 315 | 322 | 135 | 2 | 0 | 22 | 266 | 130 | 54 |
| Binary | 1110 | 11001101 | 11010010 | 1011101 | 10 | 0 | 10010 | 10110110 | 1011000 | 101100 |
Color Harmonies of #0ECDD2
Complementary color
Monochromatic Colors of #0ECDD2
Black with #0ECDD2
Text Example
Text Example
White with #0ECDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ECDD2; }
p { color: rgb(14,205,210); }
H1.HeaderClassName
{
color: #0ECDD2;
}
.AnyTagClassName
{
color: #0ECDD2;
}
</style>
background-color css
<style>
a { background-color: #0ECDD2; }
a { background-color: rgb(14,205,210); }
div.DivClassName
{
background-color: #0ECDD2;
}
.BgClassName
{
background-color: #0ECDD2;
}
</style>
border-color css
<style>
span { border-color: #0ECDD2; }
span { border-color: rgb(14,205,210); }
td.TdClassName
{
border-color: #0ECDD2;
}
.TagClassName
{
border-color: #0ECDD2;
}
</style>