Shades of Dark Turquoise #0DD3CE
Tints of Dark Turquoise #0DD3CE
RGB
CMYK
RGB Variations
Color information
#0DD3CE (or 0x0DD3CE) is known color: Dark Turquoise. HEX triplet: 0D, D3 and CE. RGB value is (13,211,206). Sum of RGB (Red+Green+Blue) = 13+211+206=430 (56% of max value = 765). Red value is 13 (5.47% from 255 or 3.02% from 430); Green value is 211 (82.81% from 255 or 49.07% from 430); Blue value is 206 (80.86% from 255 or 47.91% from 430); Max value from RGB is 211 - color contains mainly: green. Hex color #0DD3CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DD3CE is #F22C31. Grayscale: #979797. Windows color (decimal): -15871026 or 13554445. OLE color: 13554445.
HSL color Cylindrical-coordinate representation of color #0DD3CE: hue angle of 178.48º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD3CE is Cyan = 0.94, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 13 | 211 | 206 | - |
| CMYK | 0.94 | 0 | 0.02 | 0.17 |
| HSL | 178.48º | 0.88% | 0.44% | - |
| HSV(B) | 178.48º | 0.94% | 0.83% | - |
| XYZ | 34.6 | 51.13 | 66.44 | - |
| YUV | 151.23 | 158.9 | 29.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 211 | 206 | 0.94 | 0 | 0.02 | 0.17 | 178.48 | 0.88 | 0.44 |
| Hex | D | D3 | CE | 5E | 0 | 2 | 11 | B2 | 58 | 2C |
| Octal | 15 | 323 | 316 | 136 | 0 | 2 | 21 | 262 | 130 | 54 |
| Binary | 1101 | 11010011 | 11001110 | 1011110 | 0 | 10 | 10001 | 10110010 | 1011000 | 101100 |
Color Harmonies of #0DD3CE
Complementary color
Monochromatic Colors of #0DD3CE
Black with #0DD3CE
Text Example
Text Example
White with #0DD3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DD3CE; }
p { color: rgb(13,211,206); }
H1.HeaderClassName
{
color: #0DD3CE;
}
.AnyTagClassName
{
color: #0DD3CE;
}
</style>
background-color css
<style>
a { background-color: #0DD3CE; }
a { background-color: rgb(13,211,206); }
div.DivClassName
{
background-color: #0DD3CE;
}
.BgClassName
{
background-color: #0DD3CE;
}
</style>
border-color css
<style>
span { border-color: #0DD3CE; }
span { border-color: rgb(13,211,206); }
td.TdClassName
{
border-color: #0DD3CE;
}
.TagClassName
{
border-color: #0DD3CE;
}
</style>