Shades of Dark Turquoise #0ADBD3
Tints of Dark Turquoise #0ADBD3
RGB
CMYK
RGB Variations
Color information
#0ADBD3 (or 0x0ADBD3) is known color: Dark Turquoise. HEX triplet: 0A, DB and D3. RGB value is (10,219,211). Sum of RGB (Red+Green+Blue) = 10+219+211=440 (58% of max value = 765). Red value is 10 (4.30% from 255 or 2.27% from 440); Green value is 219 (85.94% from 255 or 49.77% from 440); Blue value is 211 (82.81% from 255 or 47.95% from 440); Max value from RGB is 219 - color contains mainly: green. Hex color #0ADBD3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ADBD3 is #F5242C. Grayscale: #9B9B9B. Windows color (decimal): -16065581 or 13884170. OLE color: 13884170.
HSL color Cylindrical-coordinate representation of color #0ADBD3: hue angle of 177.7º 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 #0ADBD3 is Cyan = 0.95, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 10 | 219 | 211 | - |
| CMYK | 0.95 | 0 | 0.04 | 0.14 |
| HSL | 177.7º | 0.91% | 0.45% | - |
| HSV(B) | 177.7º | 0.95% | 0.86% | - |
| XYZ | 37.21 | 55.43 | 70.37 | - |
| YUV | 155.6 | 159.26 | 24.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 219 | 211 | 0.95 | 0 | 0.04 | 0.14 | 177.7 | 0.91 | 0.45 |
| Hex | A | DB | D3 | 5F | 0 | 4 | E | B2 | 5B | 2D |
| Octal | 12 | 333 | 323 | 137 | 0 | 4 | 16 | 262 | 133 | 55 |
| Binary | 1010 | 11011011 | 11010011 | 1011111 | 0 | 100 | 1110 | 10110010 | 1011011 | 101101 |
Color Harmonies of #0ADBD3
Complementary color
Monochromatic Colors of #0ADBD3
Black with #0ADBD3
Text Example
Text Example
White with #0ADBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADBD3; }
p { color: rgb(10,219,211); }
H1.HeaderClassName
{
color: #0ADBD3;
}
.AnyTagClassName
{
color: #0ADBD3;
}
</style>
background-color css
<style>
a { background-color: #0ADBD3; }
a { background-color: rgb(10,219,211); }
div.DivClassName
{
background-color: #0ADBD3;
}
.BgClassName
{
background-color: #0ADBD3;
}
</style>
border-color css
<style>
span { border-color: #0ADBD3; }
span { border-color: rgb(10,219,211); }
td.TdClassName
{
border-color: #0ADBD3;
}
.TagClassName
{
border-color: #0ADBD3;
}
</style>