Shades of Dark Turquoise #0AC4D9
Tints of Dark Turquoise #0AC4D9
RGB
CMYK
RGB Variations
Color information
#0AC4D9 (or 0x0AC4D9) is known color: Dark Turquoise. HEX triplet: 0A, C4 and D9. RGB value is (10,196,217). Sum of RGB (Red+Green+Blue) = 10+196+217=423 (56% of max value = 765). Red value is 10 (4.30% from 255 or 2.36% from 423); Green value is 196 (76.95% from 255 or 46.34% from 423); Blue value is 217 (85.16% from 255 or 51.30% from 423); Max value from RGB is 217 - color contains mainly: blue. Hex color #0AC4D9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AC4D9 is #F53B26. Grayscale: #8E8E8E. Windows color (decimal): -16071463 or 14271498. OLE color: 14271498.
HSL color Cylindrical-coordinate representation of color #0AC4D9: hue angle of 186.09º 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 #0AC4D9 is Cyan = 0.95, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 10 | 196 | 217 | - |
| CMYK | 0.95 | 0.10 | 0 | 0.15 |
| HSL | 186.09º | 0.91% | 0.45% | - |
| HSV(B) | 186.09º | 0.95% | 0.85% | - |
| XYZ | 32.39 | 44.55 | 72.54 | - |
| YUV | 142.78 | 169.88 | 33.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 196 | 217 | 0.95 | 0.10 | 0 | 0.15 | 186.09 | 0.91 | 0.45 |
| Hex | A | C4 | D9 | 5F | A | 0 | F | BA | 5B | 2D |
| Octal | 12 | 304 | 331 | 137 | 12 | 0 | 17 | 272 | 133 | 55 |
| Binary | 1010 | 11000100 | 11011001 | 1011111 | 1010 | 0 | 1111 | 10111010 | 1011011 | 101101 |
Color Harmonies of #0AC4D9
Complementary color
Monochromatic Colors of #0AC4D9
Black with #0AC4D9
Text Example
Text Example
White with #0AC4D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC4D9; }
p { color: rgb(10,196,217); }
H1.HeaderClassName
{
color: #0AC4D9;
}
.AnyTagClassName
{
color: #0AC4D9;
}
</style>
background-color css
<style>
a { background-color: #0AC4D9; }
a { background-color: rgb(10,196,217); }
div.DivClassName
{
background-color: #0AC4D9;
}
.BgClassName
{
background-color: #0AC4D9;
}
</style>
border-color css
<style>
span { border-color: #0AC4D9; }
span { border-color: rgb(10,196,217); }
td.TdClassName
{
border-color: #0AC4D9;
}
.TagClassName
{
border-color: #0AC4D9;
}
</style>