Shades of Dark Turquoise #0AD0DD
Tints of Dark Turquoise #0AD0DD
RGB
CMYK
RGB Variations
Color information
#0AD0DD (or 0x0AD0DD) is known color: Dark Turquoise. HEX triplet: 0A, D0 and DD. RGB value is (10,208,221). Sum of RGB (Red+Green+Blue) = 10+208+221=439 (58% of max value = 765). Red value is 10 (4.30% from 255 or 2.28% from 439); Green value is 208 (81.64% from 255 or 47.38% from 439); Blue value is 221 (86.72% from 255 or 50.34% from 439); Max value from RGB is 221 - color contains mainly: blue. Hex color #0AD0DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AD0DD is #F52F22. Grayscale: #969696. Windows color (decimal): -16068387 or 14536714. OLE color: 14536714.
HSL color Cylindrical-coordinate representation of color #0AD0DD: hue angle of 183.7º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD0DD is Cyan = 0.95, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 208 | 221 | - |
| CMYK | 0.95 | 0.06 | 0 | 0.13 |
| HSL | 183.7º | 0.91% | 0.45% | - |
| HSV(B) | 183.7º | 0.95% | 0.87% | - |
| XYZ | 35.73 | 50.4 | 76.25 | - |
| YUV | 150.28 | 167.9 | 27.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 208 | 221 | 0.95 | 0.06 | 0 | 0.13 | 183.7 | 0.91 | 0.45 |
| Hex | A | D0 | DD | 5F | 6 | 0 | D | B8 | 5B | 2D |
| Octal | 12 | 320 | 335 | 137 | 6 | 0 | 15 | 270 | 133 | 55 |
| Binary | 1010 | 11010000 | 11011101 | 1011111 | 110 | 0 | 1101 | 10111000 | 1011011 | 101101 |
Color Harmonies of #0AD0DD
Complementary color
Monochromatic Colors of #0AD0DD
Black with #0AD0DD
Text Example
Text Example
White with #0AD0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD0DD; }
p { color: rgb(10,208,221); }
H1.HeaderClassName
{
color: #0AD0DD;
}
.AnyTagClassName
{
color: #0AD0DD;
}
</style>
background-color css
<style>
a { background-color: #0AD0DD; }
a { background-color: rgb(10,208,221); }
div.DivClassName
{
background-color: #0AD0DD;
}
.BgClassName
{
background-color: #0AD0DD;
}
</style>
border-color css
<style>
span { border-color: #0AD0DD; }
span { border-color: rgb(10,208,221); }
td.TdClassName
{
border-color: #0AD0DD;
}
.TagClassName
{
border-color: #0AD0DD;
}
</style>