Shades of Dark Turquoise #0ADDCD
Tints of Dark Turquoise #0ADDCD
RGB
CMYK
RGB Variations
Color information
#0ADDCD (or 0x0ADDCD) is known color: Dark Turquoise. HEX triplet: 0A, DD and CD. RGB value is (10,221,205). Sum of RGB (Red+Green+Blue) = 10+221+205=436 (57% of max value = 765). Red value is 10 (4.30% from 255 or 2.29% from 436); Green value is 221 (86.72% from 255 or 50.69% from 436); Blue value is 205 (80.47% from 255 or 47.02% from 436); Max value from RGB is 221 - color contains mainly: green. Hex color #0ADDCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ADDCD is #F52232. Grayscale: #9B9B9B. Windows color (decimal): -16065075 or 13491466. OLE color: 13491466.
HSL color Cylindrical-coordinate representation of color #0ADDCD: hue angle of 175.45º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ADDCD is Cyan = 0.95, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 221 | 205 | - |
| CMYK | 0.95 | 0 | 0.07 | 0.13 |
| HSL | 175.45º | 0.91% | 0.45% | - |
| HSV(B) | 175.45º | 0.95% | 0.87% | - |
| XYZ | 37 | 56.19 | 66.65 | - |
| YUV | 156.09 | 155.6 | 23.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 221 | 205 | 0.95 | 0 | 0.07 | 0.13 | 175.45 | 0.91 | 0.45 |
| Hex | A | DD | CD | 5F | 0 | 7 | D | AF | 5B | 2D |
| Octal | 12 | 335 | 315 | 137 | 0 | 7 | 15 | 257 | 133 | 55 |
| Binary | 1010 | 11011101 | 11001101 | 1011111 | 0 | 111 | 1101 | 10101111 | 1011011 | 101101 |
Color Harmonies of #0ADDCD
Complementary color
Monochromatic Colors of #0ADDCD
Black with #0ADDCD
Text Example
Text Example
White with #0ADDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADDCD; }
p { color: rgb(10,221,205); }
H1.HeaderClassName
{
color: #0ADDCD;
}
.AnyTagClassName
{
color: #0ADDCD;
}
</style>
background-color css
<style>
a { background-color: #0ADDCD; }
a { background-color: rgb(10,221,205); }
div.DivClassName
{
background-color: #0ADDCD;
}
.BgClassName
{
background-color: #0ADDCD;
}
</style>
border-color css
<style>
span { border-color: #0ADDCD; }
span { border-color: rgb(10,221,205); }
td.TdClassName
{
border-color: #0ADDCD;
}
.TagClassName
{
border-color: #0ADDCD;
}
</style>