Shades of Dark Turquoise #0AC3DA
Tints of Dark Turquoise #0AC3DA
RGB
CMYK
RGB Variations
Color information
#0AC3DA (or 0x0AC3DA) is known color: Dark Turquoise. HEX triplet: 0A, C3 and DA. RGB value is (10,195,218). Sum of RGB (Red+Green+Blue) = 10+195+218=423 (56% of max value = 765). Red value is 10 (4.30% from 255 or 2.36% from 423); Green value is 195 (76.56% from 255 or 46.10% from 423); Blue value is 218 (85.55% from 255 or 51.54% from 423); Max value from RGB is 218 - color contains mainly: blue. Hex color #0AC3DA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AC3DA is #F53C25. Grayscale: #8E8E8E. Windows color (decimal): -16071718 or 14336778. OLE color: 14336778.
HSL color Cylindrical-coordinate representation of color #0AC3DA: hue angle of 186.63º 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 #0AC3DA is Cyan = 0.95, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 10 | 195 | 218 | - |
| CMYK | 0.95 | 0.11 | 0 | 0.15 |
| HSL | 186.63º | 0.91% | 0.45% | - |
| HSV(B) | 186.63º | 0.95% | 0.85% | - |
| XYZ | 32.3 | 44.16 | 73.15 | - |
| YUV | 142.31 | 170.71 | 33.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 195 | 218 | 0.95 | 0.11 | 0 | 0.15 | 186.63 | 0.91 | 0.45 |
| Hex | A | C3 | DA | 5F | B | 0 | F | BB | 5B | 2D |
| Octal | 12 | 303 | 332 | 137 | 13 | 0 | 17 | 273 | 133 | 55 |
| Binary | 1010 | 11000011 | 11011010 | 1011111 | 1011 | 0 | 1111 | 10111011 | 1011011 | 101101 |
Color Harmonies of #0AC3DA
Complementary color
Monochromatic Colors of #0AC3DA
Black with #0AC3DA
Text Example
Text Example
White with #0AC3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC3DA; }
p { color: rgb(10,195,218); }
H1.HeaderClassName
{
color: #0AC3DA;
}
.AnyTagClassName
{
color: #0AC3DA;
}
</style>
background-color css
<style>
a { background-color: #0AC3DA; }
a { background-color: rgb(10,195,218); }
div.DivClassName
{
background-color: #0AC3DA;
}
.BgClassName
{
background-color: #0AC3DA;
}
</style>
border-color css
<style>
span { border-color: #0AC3DA; }
span { border-color: rgb(10,195,218); }
td.TdClassName
{
border-color: #0AC3DA;
}
.TagClassName
{
border-color: #0AC3DA;
}
</style>