Shades of Dark Turquoise #0ECDDB
Tints of Dark Turquoise #0ECDDB
RGB
CMYK
RGB Variations
Color information
#0ECDDB (or 0x0ECDDB) is known color: Dark Turquoise. HEX triplet: 0E, CD and DB. RGB value is (14,205,219). Sum of RGB (Red+Green+Blue) = 14+205+219=438 (58% of max value = 765). Red value is 14 (5.86% from 255 or 3.20% from 438); Green value is 205 (80.47% from 255 or 46.80% from 438); Blue value is 219 (85.94% from 255 or 50% from 438); Max value from RGB is 219 - color contains mainly: blue. Hex color #0ECDDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ECDDB is #F13224. Grayscale: #959595. Windows color (decimal): -15807013 or 14404878. OLE color: 14404878.
HSL color Cylindrical-coordinate representation of color #0ECDDB: hue angle of 184.1º 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 #0ECDDB is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 14 | 205 | 219 | - |
| CMYK | 0.94 | 0.06 | 0 | 0.14 |
| HSL | 184.1º | 0.88% | 0.46% | - |
| HSV(B) | 184.1º | 0.94% | 0.86% | - |
| XYZ | 34.8 | 48.87 | 74.62 | - |
| YUV | 149.49 | 167.22 | 31.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 205 | 219 | 0.94 | 0.06 | 0 | 0.14 | 184.1 | 0.88 | 0.46 |
| Hex | E | CD | DB | 5E | 6 | 0 | E | B8 | 58 | 2E |
| Octal | 16 | 315 | 333 | 136 | 6 | 0 | 16 | 270 | 130 | 56 |
| Binary | 1110 | 11001101 | 11011011 | 1011110 | 110 | 0 | 1110 | 10111000 | 1011000 | 101110 |
Color Harmonies of #0ECDDB
Complementary color
Monochromatic Colors of #0ECDDB
Black with #0ECDDB
Text Example
Text Example
White with #0ECDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ECDDB; }
p { color: rgb(14,205,219); }
H1.HeaderClassName
{
color: #0ECDDB;
}
.AnyTagClassName
{
color: #0ECDDB;
}
</style>
background-color css
<style>
a { background-color: #0ECDDB; }
a { background-color: rgb(14,205,219); }
div.DivClassName
{
background-color: #0ECDDB;
}
.BgClassName
{
background-color: #0ECDDB;
}
</style>
border-color css
<style>
span { border-color: #0ECDDB; }
span { border-color: rgb(14,205,219); }
td.TdClassName
{
border-color: #0ECDDB;
}
.TagClassName
{
border-color: #0ECDDB;
}
</style>