Shades of Dark Turquoise #0ADACC
Tints of Dark Turquoise #0ADACC
RGB
CMYK
RGB Variations
Color information
#0ADACC (or 0x0ADACC) is known color: Dark Turquoise. HEX triplet: 0A, DA and CC. RGB value is (10,218,204). Sum of RGB (Red+Green+Blue) = 10+218+204=432 (57% of max value = 765). Red value is 10 (4.30% from 255 or 2.31% from 432); Green value is 218 (85.55% from 255 or 50.46% from 432); Blue value is 204 (80.08% from 255 or 47.22% from 432); Max value from RGB is 218 - color contains mainly: green. Hex color #0ADACC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ADACC is #F52533. Grayscale: #9A9A9A. Windows color (decimal): -16065844 or 13425162. OLE color: 13425162.
HSL color Cylindrical-coordinate representation of color #0ADACC: hue angle of 175.96º 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 #0ADACC is Cyan = 0.95, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 10 | 218 | 204 | - |
| CMYK | 0.95 | 0 | 0.06 | 0.15 |
| HSL | 175.96º | 0.91% | 0.45% | - |
| HSV(B) | 175.96º | 0.95% | 0.85% | - |
| XYZ | 36.1 | 54.57 | 65.76 | - |
| YUV | 154.21 | 156.09 | 25.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 218 | 204 | 0.95 | 0 | 0.06 | 0.15 | 175.96 | 0.91 | 0.45 |
| Hex | A | DA | CC | 5F | 0 | 6 | F | B0 | 5B | 2D |
| Octal | 12 | 332 | 314 | 137 | 0 | 6 | 17 | 260 | 133 | 55 |
| Binary | 1010 | 11011010 | 11001100 | 1011111 | 0 | 110 | 1111 | 10110000 | 1011011 | 101101 |
Color Harmonies of #0ADACC
Complementary color
Monochromatic Colors of #0ADACC
Black with #0ADACC
Text Example
Text Example
White with #0ADACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADACC; }
p { color: rgb(10,218,204); }
H1.HeaderClassName
{
color: #0ADACC;
}
.AnyTagClassName
{
color: #0ADACC;
}
</style>
background-color css
<style>
a { background-color: #0ADACC; }
a { background-color: rgb(10,218,204); }
div.DivClassName
{
background-color: #0ADACC;
}
.BgClassName
{
background-color: #0ADACC;
}
</style>
border-color css
<style>
span { border-color: #0ADACC; }
span { border-color: rgb(10,218,204); }
td.TdClassName
{
border-color: #0ADACC;
}
.TagClassName
{
border-color: #0ADACC;
}
</style>