Shades of Dark Turquoise #0AC0DA
Tints of Dark Turquoise #0AC0DA
RGB
CMYK
RGB Variations
Color information
#0AC0DA (or 0x0AC0DA) is known color: Dark Turquoise. HEX triplet: 0A, C0 and DA. RGB value is (10,192,218). Sum of RGB (Red+Green+Blue) = 10+192+218=420 (55% of max value = 765). Red value is 10 (4.30% from 255 or 2.38% from 420); Green value is 192 (75.39% from 255 or 45.71% from 420); Blue value is 218 (85.55% from 255 or 51.90% from 420); Max value from RGB is 218 - color contains mainly: blue. Hex color #0AC0DA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AC0DA is #F53F25. Grayscale: #8C8C8C. Windows color (decimal): -16072486 or 14336010. OLE color: 14336010.
HSL color Cylindrical-coordinate representation of color #0AC0DA: hue angle of 187.5º 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 #0AC0DA is Cyan = 0.95, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 10 | 192 | 218 | - |
| CMYK | 0.95 | 0.12 | 0 | 0.15 |
| HSL | 187.5º | 0.91% | 0.45% | - |
| HSV(B) | 187.5º | 0.95% | 0.85% | - |
| XYZ | 31.63 | 42.83 | 72.93 | - |
| YUV | 140.55 | 171.7 | 34.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 192 | 218 | 0.95 | 0.12 | 0 | 0.15 | 187.5 | 0.91 | 0.45 |
| Hex | A | C0 | DA | 5F | C | 0 | F | BC | 5B | 2D |
| Octal | 12 | 300 | 332 | 137 | 14 | 0 | 17 | 274 | 133 | 55 |
| Binary | 1010 | 11000000 | 11011010 | 1011111 | 1100 | 0 | 1111 | 10111100 | 1011011 | 101101 |
Color Harmonies of #0AC0DA
Complementary color
Monochromatic Colors of #0AC0DA
Black with #0AC0DA
Text Example
Text Example
White with #0AC0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC0DA; }
p { color: rgb(10,192,218); }
H1.HeaderClassName
{
color: #0AC0DA;
}
.AnyTagClassName
{
color: #0AC0DA;
}
</style>
background-color css
<style>
a { background-color: #0AC0DA; }
a { background-color: rgb(10,192,218); }
div.DivClassName
{
background-color: #0AC0DA;
}
.BgClassName
{
background-color: #0AC0DA;
}
</style>
border-color css
<style>
span { border-color: #0AC0DA; }
span { border-color: rgb(10,192,218); }
td.TdClassName
{
border-color: #0AC0DA;
}
.TagClassName
{
border-color: #0AC0DA;
}
</style>