Shades of Dark Turquoise #0ADAD4
Tints of Dark Turquoise #0ADAD4
RGB
CMYK
RGB Variations
Color information
#0ADAD4 (or 0x0ADAD4) is known color: Dark Turquoise. HEX triplet: 0A, DA and D4. RGB value is (10,218,212). Sum of RGB (Red+Green+Blue) = 10+218+212=440 (58% of max value = 765). Red value is 10 (4.30% from 255 or 2.27% from 440); Green value is 218 (85.55% from 255 or 49.55% from 440); Blue value is 212 (83.20% from 255 or 48.18% from 440); Max value from RGB is 218 - color contains mainly: green. Hex color #0ADAD4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ADAD4 is #F5252B. Grayscale: #9A9A9A. Windows color (decimal): -16065836 or 13949450. OLE color: 13949450.
HSL color Cylindrical-coordinate representation of color #0ADAD4: hue angle of 178.27º 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 #0ADAD4 is Cyan = 0.95, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 10 | 218 | 212 | - |
| CMYK | 0.95 | 0 | 0.03 | 0.15 |
| HSL | 178.27º | 0.91% | 0.45% | - |
| HSV(B) | 178.27º | 0.95% | 0.85% | - |
| XYZ | 37.08 | 54.96 | 70.94 | - |
| YUV | 155.12 | 160.09 | 24.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 218 | 212 | 0.95 | 0 | 0.03 | 0.15 | 178.27 | 0.91 | 0.45 |
| Hex | A | DA | D4 | 5F | 0 | 3 | F | B2 | 5B | 2D |
| Octal | 12 | 332 | 324 | 137 | 0 | 3 | 17 | 262 | 133 | 55 |
| Binary | 1010 | 11011010 | 11010100 | 1011111 | 0 | 11 | 1111 | 10110010 | 1011011 | 101101 |
Color Harmonies of #0ADAD4
Complementary color
Monochromatic Colors of #0ADAD4
Black with #0ADAD4
Text Example
Text Example
White with #0ADAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADAD4; }
p { color: rgb(10,218,212); }
H1.HeaderClassName
{
color: #0ADAD4;
}
.AnyTagClassName
{
color: #0ADAD4;
}
</style>
background-color css
<style>
a { background-color: #0ADAD4; }
a { background-color: rgb(10,218,212); }
div.DivClassName
{
background-color: #0ADAD4;
}
.BgClassName
{
background-color: #0ADAD4;
}
</style>
border-color css
<style>
span { border-color: #0ADAD4; }
span { border-color: rgb(10,218,212); }
td.TdClassName
{
border-color: #0ADAD4;
}
.TagClassName
{
border-color: #0ADAD4;
}
</style>