Shades of Dark Turquoise #0DD0DE
Tints of Dark Turquoise #0DD0DE
RGB
CMYK
RGB Variations
Color information
#0DD0DE (or 0x0DD0DE) is known color: Dark Turquoise. HEX triplet: 0D, D0 and DE. RGB value is (13,208,222). Sum of RGB (Red+Green+Blue) = 13+208+222=443 (58% of max value = 765). Red value is 13 (5.47% from 255 or 2.93% from 443); Green value is 208 (81.64% from 255 or 46.95% from 443); Blue value is 222 (87.11% from 255 or 50.11% from 443); Max value from RGB is 222 - color contains mainly: blue. Hex color #0DD0DE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DD0DE is #F22F21. Grayscale: #979797. Windows color (decimal): -15871778 or 14602253. OLE color: 14602253.
HSL color Cylindrical-coordinate representation of color #0DD0DE: hue angle of 184.02º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD0DE is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 208 | 222 | - |
| CMYK | 0.94 | 0.06 | 0 | 0.13 |
| HSL | 184.02º | 0.89% | 0.46% | - |
| HSV(B) | 184.02º | 0.94% | 0.87% | - |
| XYZ | 35.91 | 50.47 | 76.96 | - |
| YUV | 151.29 | 167.9 | 29.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 208 | 222 | 0.94 | 0.06 | 0 | 0.13 | 184.02 | 0.89 | 0.46 |
| Hex | D | D0 | DE | 5E | 6 | 0 | D | B8 | 59 | 2E |
| Octal | 15 | 320 | 336 | 136 | 6 | 0 | 15 | 270 | 131 | 56 |
| Binary | 1101 | 11010000 | 11011110 | 1011110 | 110 | 0 | 1101 | 10111000 | 1011001 | 101110 |
Color Harmonies of #0DD0DE
Complementary color
Monochromatic Colors of #0DD0DE
Black with #0DD0DE
Text Example
Text Example
White with #0DD0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DD0DE; }
p { color: rgb(13,208,222); }
H1.HeaderClassName
{
color: #0DD0DE;
}
.AnyTagClassName
{
color: #0DD0DE;
}
</style>
background-color css
<style>
a { background-color: #0DD0DE; }
a { background-color: rgb(13,208,222); }
div.DivClassName
{
background-color: #0DD0DE;
}
.BgClassName
{
background-color: #0DD0DE;
}
</style>
border-color css
<style>
span { border-color: #0DD0DE; }
span { border-color: rgb(13,208,222); }
td.TdClassName
{
border-color: #0DD0DE;
}
.TagClassName
{
border-color: #0DD0DE;
}
</style>