Shades of Dark Turquoise #0ADBCD
Tints of Dark Turquoise #0ADBCD
RGB
CMYK
RGB Variations
Color information
#0ADBCD (or 0x0ADBCD) is known color: Dark Turquoise. HEX triplet: 0A, DB and CD. RGB value is (10,219,205). Sum of RGB (Red+Green+Blue) = 10+219+205=434 (57% of max value = 765). Red value is 10 (4.30% from 255 or 2.30% from 434); Green value is 219 (85.94% from 255 or 50.46% from 434); Blue value is 205 (80.47% from 255 or 47.24% from 434); Max value from RGB is 219 - color contains mainly: green. Hex color #0ADBCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ADBCD is #F52432. Grayscale: #9A9A9A. Windows color (decimal): -16065587 or 13490954. OLE color: 13490954.
HSL color Cylindrical-coordinate representation of color #0ADBCD: hue angle of 175.98º 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 #0ADBCD is Cyan = 0.95, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 10 | 219 | 205 | - |
| CMYK | 0.95 | 0 | 0.06 | 0.14 |
| HSL | 175.98º | 0.91% | 0.45% | - |
| HSV(B) | 175.98º | 0.95% | 0.86% | - |
| XYZ | 36.48 | 55.14 | 66.48 | - |
| YUV | 154.91 | 156.26 | 24.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 219 | 205 | 0.95 | 0 | 0.06 | 0.14 | 175.98 | 0.91 | 0.45 |
| Hex | A | DB | CD | 5F | 0 | 6 | E | B0 | 5B | 2D |
| Octal | 12 | 333 | 315 | 137 | 0 | 6 | 16 | 260 | 133 | 55 |
| Binary | 1010 | 11011011 | 11001101 | 1011111 | 0 | 110 | 1110 | 10110000 | 1011011 | 101101 |
Color Harmonies of #0ADBCD
Complementary color
Monochromatic Colors of #0ADBCD
Black with #0ADBCD
Text Example
Text Example
White with #0ADBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADBCD; }
p { color: rgb(10,219,205); }
H1.HeaderClassName
{
color: #0ADBCD;
}
.AnyTagClassName
{
color: #0ADBCD;
}
</style>
background-color css
<style>
a { background-color: #0ADBCD; }
a { background-color: rgb(10,219,205); }
div.DivClassName
{
background-color: #0ADBCD;
}
.BgClassName
{
background-color: #0ADBCD;
}
</style>
border-color css
<style>
span { border-color: #0ADBCD; }
span { border-color: rgb(10,219,205); }
td.TdClassName
{
border-color: #0ADBCD;
}
.TagClassName
{
border-color: #0ADBCD;
}
</style>