Shades of Dark Turquoise #0ACCDF
Tints of Dark Turquoise #0ACCDF
RGB
CMYK
RGB Variations
Color information
#0ACCDF (or 0x0ACCDF) is known color: Dark Turquoise. HEX triplet: 0A, CC and DF. RGB value is (10,204,223). Sum of RGB (Red+Green+Blue) = 10+204+223=437 (57% of max value = 765). Red value is 10 (4.30% from 255 or 2.29% from 437); Green value is 204 (80.08% from 255 or 46.68% from 437); Blue value is 223 (87.5% from 255 or 51.03% from 437); Max value from RGB is 223 - color contains mainly: blue. Hex color #0ACCDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ACCDF is #F53320. Grayscale: #939393. Windows color (decimal): -16069409 or 14666762. OLE color: 14666762.
HSL color Cylindrical-coordinate representation of color #0ACCDF: hue angle of 185.35º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0ACCDF is Cyan = 0.96, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 204 | 223 | - |
| CMYK | 0.96 | 0.09 | 0 | 0.13 |
| HSL | 185.35º | 0.91% | 0.46% | - |
| HSV(B) | 185.35º | 0.96% | 0.87% | - |
| XYZ | 35.04 | 48.58 | 77.34 | - |
| YUV | 148.16 | 170.23 | 29.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 204 | 223 | 0.96 | 0.09 | 0 | 0.13 | 185.35 | 0.91 | 0.46 |
| Hex | A | CC | DF | 60 | 9 | 0 | D | B9 | 5B | 2E |
| Octal | 12 | 314 | 337 | 140 | 11 | 0 | 15 | 271 | 133 | 56 |
| Binary | 1010 | 11001100 | 11011111 | 1100000 | 1001 | 0 | 1101 | 10111001 | 1011011 | 101110 |
Color Harmonies of #0ACCDF
Complementary color
Monochromatic Colors of #0ACCDF
Black with #0ACCDF
Text Example
Text Example
White with #0ACCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ACCDF; }
p { color: rgb(10,204,223); }
H1.HeaderClassName
{
color: #0ACCDF;
}
.AnyTagClassName
{
color: #0ACCDF;
}
</style>
background-color css
<style>
a { background-color: #0ACCDF; }
a { background-color: rgb(10,204,223); }
div.DivClassName
{
background-color: #0ACCDF;
}
.BgClassName
{
background-color: #0ACCDF;
}
</style>
border-color css
<style>
span { border-color: #0ACCDF; }
span { border-color: rgb(10,204,223); }
td.TdClassName
{
border-color: #0ACCDF;
}
.TagClassName
{
border-color: #0ACCDF;
}
</style>