Shades of Dark Turquoise #0AD8D8
Tints of Dark Turquoise #0AD8D8
RGB
CMYK
RGB Variations
Color information
#0AD8D8 (or 0x0AD8D8) is known color: Dark Turquoise. HEX triplet: 0A, D8 and D8. RGB value is (10,216,216). Sum of RGB (Red+Green+Blue) = 10+216+216=442 (58% of max value = 765). Red value is 10 (4.30% from 255 or 2.26% from 442); Green value is 216 (84.77% from 255 or 48.87% from 442); Blue value is 216 (84.77% from 255 or 48.87% from 442); Max value from RGB is 216 - color contains mainly: green, blue. Hex color #0AD8D8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AD8D8 is #F52727. Grayscale: #9A9A9A. Windows color (decimal): -16066344 or 14211082. OLE color: 14211082.
HSL color Cylindrical-coordinate representation of color #0AD8D8: hue angle of 180º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD8D8 is Cyan = 0.95, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 10 | 216 | 216 | - |
| CMYK | 0.95 | 0 | 0 | 0.15 |
| HSL | 180º | 0.91% | 0.44% | - |
| HSV(B) | 180º | 0.95% | 0.85% | - |
| XYZ | 37.08 | 54.13 | 73.46 | - |
| YUV | 154.41 | 162.75 | 25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 216 | 216 | 0.95 | 0 | 0 | 0.15 | 180 | 0.91 | 0.44 |
| Hex | A | D8 | D8 | 5F | 0 | 0 | F | B4 | 5B | 2C |
| Octal | 12 | 330 | 330 | 137 | 0 | 0 | 17 | 264 | 133 | 54 |
| Binary | 1010 | 11011000 | 11011000 | 1011111 | 0 | 0 | 1111 | 10110100 | 1011011 | 101100 |
Color Harmonies of #0AD8D8
Complementary color
Monochromatic Colors of #0AD8D8
Black with #0AD8D8
Text Example
Text Example
White with #0AD8D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD8D8; }
p { color: rgb(10,216,216); }
H1.HeaderClassName
{
color: #0AD8D8;
}
.AnyTagClassName
{
color: #0AD8D8;
}
</style>
background-color css
<style>
a { background-color: #0AD8D8; }
a { background-color: rgb(10,216,216); }
div.DivClassName
{
background-color: #0AD8D8;
}
.BgClassName
{
background-color: #0AD8D8;
}
</style>
border-color css
<style>
span { border-color: #0AD8D8; }
span { border-color: rgb(10,216,216); }
td.TdClassName
{
border-color: #0AD8D8;
}
.TagClassName
{
border-color: #0AD8D8;
}
</style>