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