Shades of Dark Turquoise #0DDACC
Tints of Dark Turquoise #0DDACC
RGB
CMYK
RGB Variations
Color information
#0DDACC (or 0x0DDACC) is known color: Dark Turquoise. HEX triplet: 0D, DA and CC. RGB value is (13,218,204). Sum of RGB (Red+Green+Blue) = 13+218+204=435 (57% of max value = 765). Red value is 13 (5.47% from 255 or 2.99% from 435); Green value is 218 (85.55% from 255 or 50.11% from 435); Blue value is 204 (80.08% from 255 or 46.90% from 435); Max value from RGB is 218 - color contains mainly: green. Hex color #0DDACC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DDACC is #F22533. Grayscale: #9A9A9A. Windows color (decimal): -15869236 or 13425165. OLE color: 13425165.
HSL color Cylindrical-coordinate representation of color #0DDACC: hue angle of 175.9º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DDACC is Cyan = 0.94, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 13 | 218 | 204 | - |
| CMYK | 0.94 | 0 | 0.06 | 0.15 |
| HSL | 175.9º | 0.89% | 0.45% | - |
| HSV(B) | 175.9º | 0.94% | 0.85% | - |
| XYZ | 36.14 | 54.59 | 65.76 | - |
| YUV | 155.11 | 155.58 | 26.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 218 | 204 | 0.94 | 0 | 0.06 | 0.15 | 175.9 | 0.89 | 0.45 |
| Hex | D | DA | CC | 5E | 0 | 6 | F | B0 | 59 | 2D |
| Octal | 15 | 332 | 314 | 136 | 0 | 6 | 17 | 260 | 131 | 55 |
| Binary | 1101 | 11011010 | 11001100 | 1011110 | 0 | 110 | 1111 | 10110000 | 1011001 | 101101 |
Color Harmonies of #0DDACC
Complementary color
Monochromatic Colors of #0DDACC
Black with #0DDACC
Text Example
Text Example
White with #0DDACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDACC; }
p { color: rgb(13,218,204); }
H1.HeaderClassName
{
color: #0DDACC;
}
.AnyTagClassName
{
color: #0DDACC;
}
</style>
background-color css
<style>
a { background-color: #0DDACC; }
a { background-color: rgb(13,218,204); }
div.DivClassName
{
background-color: #0DDACC;
}
.BgClassName
{
background-color: #0DDACC;
}
</style>
border-color css
<style>
span { border-color: #0DDACC; }
span { border-color: rgb(13,218,204); }
td.TdClassName
{
border-color: #0DDACC;
}
.TagClassName
{
border-color: #0DDACC;
}
</style>