Shades of Dark Turquoise #0AC7DC
Tints of Dark Turquoise #0AC7DC
RGB
CMYK
RGB Variations
Color information
#0AC7DC (or 0x0AC7DC) is known color: Dark Turquoise. HEX triplet: 0A, C7 and DC. RGB value is (10,199,220). Sum of RGB (Red+Green+Blue) = 10+199+220=429 (56% of max value = 765). Red value is 10 (4.30% from 255 or 2.33% from 429); Green value is 199 (78.12% from 255 or 46.39% from 429); Blue value is 220 (86.33% from 255 or 51.28% from 429); Max value from RGB is 220 - color contains mainly: blue. Hex color #0AC7DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AC7DC is #F53823. Grayscale: #909090. Windows color (decimal): -16070692 or 14468874. OLE color: 14468874.
HSL color Cylindrical-coordinate representation of color #0AC7DC: hue angle of 186º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC7DC is Cyan = 0.95, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 10 | 199 | 220 | - |
| CMYK | 0.95 | 0.10 | 0 | 0.14 |
| HSL | 186º | 0.91% | 0.45% | - |
| HSV(B) | 186º | 0.95% | 0.86% | - |
| XYZ | 33.47 | 46.08 | 74.84 | - |
| YUV | 144.88 | 170.38 | 31.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 199 | 220 | 0.95 | 0.10 | 0 | 0.14 | 186 | 0.91 | 0.45 |
| Hex | A | C7 | DC | 5F | A | 0 | E | BA | 5B | 2D |
| Octal | 12 | 307 | 334 | 137 | 12 | 0 | 16 | 272 | 133 | 55 |
| Binary | 1010 | 11000111 | 11011100 | 1011111 | 1010 | 0 | 1110 | 10111010 | 1011011 | 101101 |
Color Harmonies of #0AC7DC
Complementary color
Monochromatic Colors of #0AC7DC
Black with #0AC7DC
Text Example
Text Example
White with #0AC7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC7DC; }
p { color: rgb(10,199,220); }
H1.HeaderClassName
{
color: #0AC7DC;
}
.AnyTagClassName
{
color: #0AC7DC;
}
</style>
background-color css
<style>
a { background-color: #0AC7DC; }
a { background-color: rgb(10,199,220); }
div.DivClassName
{
background-color: #0AC7DC;
}
.BgClassName
{
background-color: #0AC7DC;
}
</style>
border-color css
<style>
span { border-color: #0AC7DC; }
span { border-color: rgb(10,199,220); }
td.TdClassName
{
border-color: #0AC7DC;
}
.TagClassName
{
border-color: #0AC7DC;
}
</style>