Shades of Dark Turquoise #0AD5D8
Tints of Dark Turquoise #0AD5D8
RGB
CMYK
RGB Variations
Color information
#0AD5D8 (or 0x0AD5D8) is known color: Dark Turquoise. HEX triplet: 0A, D5 and D8. RGB value is (10,213,216). Sum of RGB (Red+Green+Blue) = 10+213+216=439 (58% of max value = 765). Red value is 10 (4.30% from 255 or 2.28% from 439); Green value is 213 (83.59% from 255 or 48.52% from 439); Blue value is 216 (84.77% from 255 or 49.20% from 439); Max value from RGB is 216 - color contains mainly: blue. Hex color #0AD5D8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AD5D8 is #F52A27. Grayscale: #989898. Windows color (decimal): -16067112 or 14210314. OLE color: 14210314.
HSL color Cylindrical-coordinate representation of color #0AD5D8: hue angle of 180.87º 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 #0AD5D8 is Cyan = 0.95, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 10 | 213 | 216 | - |
| CMYK | 0.95 | 0.01 | 0 | 0.15 |
| HSL | 180.87º | 0.91% | 0.44% | - |
| HSV(B) | 180.87º | 0.95% | 0.85% | - |
| XYZ | 36.31 | 52.61 | 73.21 | - |
| YUV | 152.65 | 163.75 | 26.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 213 | 216 | 0.95 | 0.01 | 0 | 0.15 | 180.87 | 0.91 | 0.44 |
| Hex | A | D5 | D8 | 5F | 1 | 0 | F | B5 | 5B | 2C |
| Octal | 12 | 325 | 330 | 137 | 1 | 0 | 17 | 265 | 133 | 54 |
| Binary | 1010 | 11010101 | 11011000 | 1011111 | 1 | 0 | 1111 | 10110101 | 1011011 | 101100 |
Color Harmonies of #0AD5D8
Complementary color
Monochromatic Colors of #0AD5D8
Black with #0AD5D8
Text Example
Text Example
White with #0AD5D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD5D8; }
p { color: rgb(10,213,216); }
H1.HeaderClassName
{
color: #0AD5D8;
}
.AnyTagClassName
{
color: #0AD5D8;
}
</style>
background-color css
<style>
a { background-color: #0AD5D8; }
a { background-color: rgb(10,213,216); }
div.DivClassName
{
background-color: #0AD5D8;
}
.BgClassName
{
background-color: #0AD5D8;
}
</style>
border-color css
<style>
span { border-color: #0AD5D8; }
span { border-color: rgb(10,213,216); }
td.TdClassName
{
border-color: #0AD5D8;
}
.TagClassName
{
border-color: #0AD5D8;
}
</style>