Shades of Dark Turquoise #0ACADD
Tints of Dark Turquoise #0ACADD
RGB
CMYK
RGB Variations
Color information
#0ACADD (or 0x0ACADD) is known color: Dark Turquoise. HEX triplet: 0A, CA and DD. RGB value is (10,202,221). Sum of RGB (Red+Green+Blue) = 10+202+221=433 (57% of max value = 765). Red value is 10 (4.30% from 255 or 2.31% from 433); Green value is 202 (79.30% from 255 or 46.65% from 433); Blue value is 221 (86.72% from 255 or 51.04% from 433); Max value from RGB is 221 - color contains mainly: blue. Hex color #0ACADD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ACADD is #F53522. Grayscale: #929292. Windows color (decimal): -16069923 or 14535178. OLE color: 14535178.
HSL color Cylindrical-coordinate representation of color #0ACADD: hue angle of 185.4º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ACADD is Cyan = 0.95, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 202 | 221 | - |
| CMYK | 0.95 | 0.09 | 0 | 0.13 |
| HSL | 185.4º | 0.91% | 0.45% | - |
| HSV(B) | 185.4º | 0.95% | 0.87% | - |
| XYZ | 34.3 | 47.53 | 75.77 | - |
| YUV | 146.76 | 169.89 | 30.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 202 | 221 | 0.95 | 0.09 | 0 | 0.13 | 185.4 | 0.91 | 0.45 |
| Hex | A | CA | DD | 5F | 9 | 0 | D | B9 | 5B | 2D |
| Octal | 12 | 312 | 335 | 137 | 11 | 0 | 15 | 271 | 133 | 55 |
| Binary | 1010 | 11001010 | 11011101 | 1011111 | 1001 | 0 | 1101 | 10111001 | 1011011 | 101101 |
Color Harmonies of #0ACADD
Complementary color
Monochromatic Colors of #0ACADD
Black with #0ACADD
Text Example
Text Example
White with #0ACADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ACADD; }
p { color: rgb(10,202,221); }
H1.HeaderClassName
{
color: #0ACADD;
}
.AnyTagClassName
{
color: #0ACADD;
}
</style>
background-color css
<style>
a { background-color: #0ACADD; }
a { background-color: rgb(10,202,221); }
div.DivClassName
{
background-color: #0ACADD;
}
.BgClassName
{
background-color: #0ACADD;
}
</style>
border-color css
<style>
span { border-color: #0ACADD; }
span { border-color: rgb(10,202,221); }
td.TdClassName
{
border-color: #0ACADD;
}
.TagClassName
{
border-color: #0ACADD;
}
</style>