Shades of Dark Turquoise #0AC1DA
Tints of Dark Turquoise #0AC1DA
RGB
CMYK
RGB Variations
Color information
#0AC1DA (or 0x0AC1DA) is known color: Dark Turquoise. HEX triplet: 0A, C1 and DA. RGB value is (10,193,218). Sum of RGB (Red+Green+Blue) = 10+193+218=421 (55% of max value = 765). Red value is 10 (4.30% from 255 or 2.38% from 421); Green value is 193 (75.78% from 255 or 45.84% from 421); Blue value is 218 (85.55% from 255 or 51.78% from 421); Max value from RGB is 218 - color contains mainly: blue. Hex color #0AC1DA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AC1DA is #F53E25. Grayscale: #8C8C8C. Windows color (decimal): -16072230 or 14336266. OLE color: 14336266.
HSL color Cylindrical-coordinate representation of color #0AC1DA: hue angle of 187.21º 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 #0AC1DA is Cyan = 0.95, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 10 | 193 | 218 | - |
| CMYK | 0.95 | 0.11 | 0 | 0.15 |
| HSL | 187.21º | 0.91% | 0.45% | - |
| HSV(B) | 187.21º | 0.95% | 0.85% | - |
| XYZ | 31.85 | 43.27 | 73 | - |
| YUV | 141.13 | 171.37 | 34.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 193 | 218 | 0.95 | 0.11 | 0 | 0.15 | 187.21 | 0.91 | 0.45 |
| Hex | A | C1 | DA | 5F | B | 0 | F | BB | 5B | 2D |
| Octal | 12 | 301 | 332 | 137 | 13 | 0 | 17 | 273 | 133 | 55 |
| Binary | 1010 | 11000001 | 11011010 | 1011111 | 1011 | 0 | 1111 | 10111011 | 1011011 | 101101 |
Color Harmonies of #0AC1DA
Complementary color
Monochromatic Colors of #0AC1DA
Black with #0AC1DA
Text Example
Text Example
White with #0AC1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC1DA; }
p { color: rgb(10,193,218); }
H1.HeaderClassName
{
color: #0AC1DA;
}
.AnyTagClassName
{
color: #0AC1DA;
}
</style>
background-color css
<style>
a { background-color: #0AC1DA; }
a { background-color: rgb(10,193,218); }
div.DivClassName
{
background-color: #0AC1DA;
}
.BgClassName
{
background-color: #0AC1DA;
}
</style>
border-color css
<style>
span { border-color: #0AC1DA; }
span { border-color: rgb(10,193,218); }
td.TdClassName
{
border-color: #0AC1DA;
}
.TagClassName
{
border-color: #0AC1DA;
}
</style>