Shades of Dark Turquoise #0ADACB
Tints of Dark Turquoise #0ADACB
RGB
CMYK
RGB Variations
Color information
#0ADACB (or 0x0ADACB) is known color: Dark Turquoise. HEX triplet: 0A, DA and CB. RGB value is (10,218,203). Sum of RGB (Red+Green+Blue) = 10+218+203=431 (57% of max value = 765). Red value is 10 (4.30% from 255 or 2.32% from 431); Green value is 218 (85.55% from 255 or 50.58% from 431); Blue value is 203 (79.69% from 255 or 47.10% from 431); Max value from RGB is 218 - color contains mainly: green. Hex color #0ADACB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ADACB is #F52534. Grayscale: #999999. Windows color (decimal): -16065845 or 13359626. OLE color: 13359626.
HSL color Cylindrical-coordinate representation of color #0ADACB: hue angle of 175.67º 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 #0ADACB is Cyan = 0.95, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 10 | 218 | 203 | - |
| CMYK | 0.95 | 0 | 0.07 | 0.15 |
| HSL | 175.67º | 0.91% | 0.45% | - |
| HSV(B) | 175.67º | 0.95% | 0.85% | - |
| XYZ | 35.98 | 54.52 | 65.13 | - |
| YUV | 154.1 | 155.59 | 25.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 218 | 203 | 0.95 | 0 | 0.07 | 0.15 | 175.67 | 0.91 | 0.45 |
| Hex | A | DA | CB | 5F | 0 | 7 | F | B0 | 5B | 2D |
| Octal | 12 | 332 | 313 | 137 | 0 | 7 | 17 | 260 | 133 | 55 |
| Binary | 1010 | 11011010 | 11001011 | 1011111 | 0 | 111 | 1111 | 10110000 | 1011011 | 101101 |
Color Harmonies of #0ADACB
Complementary color
Monochromatic Colors of #0ADACB
Black with #0ADACB
Text Example
Text Example
White with #0ADACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADACB; }
p { color: rgb(10,218,203); }
H1.HeaderClassName
{
color: #0ADACB;
}
.AnyTagClassName
{
color: #0ADACB;
}
</style>
background-color css
<style>
a { background-color: #0ADACB; }
a { background-color: rgb(10,218,203); }
div.DivClassName
{
background-color: #0ADACB;
}
.BgClassName
{
background-color: #0ADACB;
}
</style>
border-color css
<style>
span { border-color: #0ADACB; }
span { border-color: rgb(10,218,203); }
td.TdClassName
{
border-color: #0ADACB;
}
.TagClassName
{
border-color: #0ADACB;
}
</style>