Shades of Dark Turquoise #0ACCDC
Tints of Dark Turquoise #0ACCDC
RGB
CMYK
RGB Variations
Color information
#0ACCDC (or 0x0ACCDC) is known color: Dark Turquoise. HEX triplet: 0A, CC and DC. RGB value is (10,204,220). Sum of RGB (Red+Green+Blue) = 10+204+220=434 (57% of max value = 765). Red value is 10 (4.30% from 255 or 2.30% from 434); Green value is 204 (80.08% from 255 or 47.00% from 434); Blue value is 220 (86.33% from 255 or 50.69% from 434); Max value from RGB is 220 - color contains mainly: blue. Hex color #0ACCDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ACCDC is #F53323. Grayscale: #939393. Windows color (decimal): -16069412 or 14470154. OLE color: 14470154.
HSL color Cylindrical-coordinate representation of color #0ACCDC: hue angle of 184.57º 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 #0ACCDC is Cyan = 0.95, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 10 | 204 | 220 | - |
| CMYK | 0.95 | 0.07 | 0 | 0.14 |
| HSL | 184.57º | 0.91% | 0.45% | - |
| HSV(B) | 184.57º | 0.95% | 0.86% | - |
| XYZ | 34.64 | 48.42 | 75.23 | - |
| YUV | 147.82 | 168.73 | 29.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 204 | 220 | 0.95 | 0.07 | 0 | 0.14 | 184.57 | 0.91 | 0.45 |
| Hex | A | CC | DC | 5F | 7 | 0 | E | B9 | 5B | 2D |
| Octal | 12 | 314 | 334 | 137 | 7 | 0 | 16 | 271 | 133 | 55 |
| Binary | 1010 | 11001100 | 11011100 | 1011111 | 111 | 0 | 1110 | 10111001 | 1011011 | 101101 |
Color Harmonies of #0ACCDC
Complementary color
Monochromatic Colors of #0ACCDC
Black with #0ACCDC
Text Example
Text Example
White with #0ACCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ACCDC; }
p { color: rgb(10,204,220); }
H1.HeaderClassName
{
color: #0ACCDC;
}
.AnyTagClassName
{
color: #0ACCDC;
}
</style>
background-color css
<style>
a { background-color: #0ACCDC; }
a { background-color: rgb(10,204,220); }
div.DivClassName
{
background-color: #0ACCDC;
}
.BgClassName
{
background-color: #0ACCDC;
}
</style>
border-color css
<style>
span { border-color: #0ACCDC; }
span { border-color: rgb(10,204,220); }
td.TdClassName
{
border-color: #0ACCDC;
}
.TagClassName
{
border-color: #0ACCDC;
}
</style>