Shades of Dark Turquoise #0DD6DD
Tints of Dark Turquoise #0DD6DD
RGB
CMYK
RGB Variations
Color information
#0DD6DD (or 0x0DD6DD) is known color: Dark Turquoise. HEX triplet: 0D, D6 and DD. RGB value is (13,214,221). Sum of RGB (Red+Green+Blue) = 13+214+221=448 (59% of max value = 765). Red value is 13 (5.47% from 255 or 2.90% from 448); Green value is 214 (83.98% from 255 or 47.77% from 448); Blue value is 221 (86.72% from 255 or 49.33% from 448); Max value from RGB is 221 - color contains mainly: blue. Hex color #0DD6DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DD6DD is #F22922. Grayscale: #9A9A9A. Windows color (decimal): -15870243 or 14538253. OLE color: 14538253.
HSL color Cylindrical-coordinate representation of color #0DD6DD: hue angle of 182.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 #0DD6DD is Cyan = 0.94, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 214 | 221 | - |
| CMYK | 0.94 | 0.03 | 0 | 0.13 |
| HSL | 182.02º | 0.89% | 0.46% | - |
| HSV(B) | 182.02º | 0.94% | 0.87% | - |
| XYZ | 37.26 | 53.4 | 76.75 | - |
| YUV | 154.7 | 165.41 | 26.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 214 | 221 | 0.94 | 0.03 | 0 | 0.13 | 182.02 | 0.89 | 0.46 |
| Hex | D | D6 | DD | 5E | 3 | 0 | D | B6 | 59 | 2E |
| Octal | 15 | 326 | 335 | 136 | 3 | 0 | 15 | 266 | 131 | 56 |
| Binary | 1101 | 11010110 | 11011101 | 1011110 | 11 | 0 | 1101 | 10110110 | 1011001 | 101110 |
Color Harmonies of #0DD6DD
Complementary color
Monochromatic Colors of #0DD6DD
Black with #0DD6DD
Text Example
Text Example
White with #0DD6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DD6DD; }
p { color: rgb(13,214,221); }
H1.HeaderClassName
{
color: #0DD6DD;
}
.AnyTagClassName
{
color: #0DD6DD;
}
</style>
background-color css
<style>
a { background-color: #0DD6DD; }
a { background-color: rgb(13,214,221); }
div.DivClassName
{
background-color: #0DD6DD;
}
.BgClassName
{
background-color: #0DD6DD;
}
</style>
border-color css
<style>
span { border-color: #0DD6DD; }
span { border-color: rgb(13,214,221); }
td.TdClassName
{
border-color: #0DD6DD;
}
.TagClassName
{
border-color: #0DD6DD;
}
</style>