Shades of Dark Turquoise #0ADACD
Tints of Dark Turquoise #0ADACD
RGB
CMYK
RGB Variations
Color information
#0ADACD (or 0x0ADACD) is known color: Dark Turquoise. HEX triplet: 0A, DA and CD. RGB value is (10,218,205). Sum of RGB (Red+Green+Blue) = 10+218+205=433 (57% of max value = 765). Red value is 10 (4.30% from 255 or 2.31% from 433); Green value is 218 (85.55% from 255 or 50.35% from 433); Blue value is 205 (80.47% from 255 or 47.34% from 433); Max value from RGB is 218 - color contains mainly: green. Hex color #0ADACD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ADACD is #F52532. Grayscale: #9A9A9A. Windows color (decimal): -16065843 or 13490698. OLE color: 13490698.
HSL color Cylindrical-coordinate representation of color #0ADACD: hue angle of 176.25º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ADACD is Cyan = 0.95, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 10 | 218 | 205 | - |
| CMYK | 0.95 | 0 | 0.06 | 0.15 |
| HSL | 176.25º | 0.91% | 0.45% | - |
| HSV(B) | 176.25º | 0.95% | 0.85% | - |
| XYZ | 36.22 | 54.62 | 66.39 | - |
| YUV | 154.33 | 156.59 | 25.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 218 | 205 | 0.95 | 0 | 0.06 | 0.15 | 176.25 | 0.91 | 0.45 |
| Hex | A | DA | CD | 5F | 0 | 6 | F | B0 | 5B | 2D |
| Octal | 12 | 332 | 315 | 137 | 0 | 6 | 17 | 260 | 133 | 55 |
| Binary | 1010 | 11011010 | 11001101 | 1011111 | 0 | 110 | 1111 | 10110000 | 1011011 | 101101 |
Color Harmonies of #0ADACD
Complementary color
Monochromatic Colors of #0ADACD
Black with #0ADACD
Text Example
Text Example
White with #0ADACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADACD; }
p { color: rgb(10,218,205); }
H1.HeaderClassName
{
color: #0ADACD;
}
.AnyTagClassName
{
color: #0ADACD;
}
</style>
background-color css
<style>
a { background-color: #0ADACD; }
a { background-color: rgb(10,218,205); }
div.DivClassName
{
background-color: #0ADACD;
}
.BgClassName
{
background-color: #0ADACD;
}
</style>
border-color css
<style>
span { border-color: #0ADACD; }
span { border-color: rgb(10,218,205); }
td.TdClassName
{
border-color: #0ADACD;
}
.TagClassName
{
border-color: #0ADACD;
}
</style>