Shades of Dark Turquoise #0ADCD0
Tints of Dark Turquoise #0ADCD0
RGB
CMYK
RGB Variations
Color information
#0ADCD0 (or 0x0ADCD0) is known color: Dark Turquoise. HEX triplet: 0A, DC and D0. RGB value is (10,220,208). Sum of RGB (Red+Green+Blue) = 10+220+208=438 (58% of max value = 765). Red value is 10 (4.30% from 255 or 2.28% from 438); Green value is 220 (86.33% from 255 or 50.23% from 438); Blue value is 208 (81.64% from 255 or 47.49% from 438); Max value from RGB is 220 - color contains mainly: green. Hex color #0ADCD0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ADCD0 is #F5232F. Grayscale: #9B9B9B. Windows color (decimal): -16065328 or 13687818. OLE color: 13687818.
HSL color Cylindrical-coordinate representation of color #0ADCD0: hue angle of 176.57º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ADCD0 is Cyan = 0.95, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 10 | 220 | 208 | - |
| CMYK | 0.95 | 0 | 0.05 | 0.14 |
| HSL | 176.57º | 0.91% | 0.45% | - |
| HSV(B) | 176.57º | 0.95% | 0.86% | - |
| XYZ | 37.1 | 55.81 | 68.49 | - |
| YUV | 155.84 | 157.43 | 23.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 220 | 208 | 0.95 | 0 | 0.05 | 0.14 | 176.57 | 0.91 | 0.45 |
| Hex | A | DC | D0 | 5F | 0 | 5 | E | B1 | 5B | 2D |
| Octal | 12 | 334 | 320 | 137 | 0 | 5 | 16 | 261 | 133 | 55 |
| Binary | 1010 | 11011100 | 11010000 | 1011111 | 0 | 101 | 1110 | 10110001 | 1011011 | 101101 |
Color Harmonies of #0ADCD0
Complementary color
Monochromatic Colors of #0ADCD0
Black with #0ADCD0
Text Example
Text Example
White with #0ADCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADCD0; }
p { color: rgb(10,220,208); }
H1.HeaderClassName
{
color: #0ADCD0;
}
.AnyTagClassName
{
color: #0ADCD0;
}
</style>
background-color css
<style>
a { background-color: #0ADCD0; }
a { background-color: rgb(10,220,208); }
div.DivClassName
{
background-color: #0ADCD0;
}
.BgClassName
{
background-color: #0ADCD0;
}
</style>
border-color css
<style>
span { border-color: #0ADCD0; }
span { border-color: rgb(10,220,208); }
td.TdClassName
{
border-color: #0ADCD0;
}
.TagClassName
{
border-color: #0ADCD0;
}
</style>