Shades of Dark Turquoise #0ACEDB
Tints of Dark Turquoise #0ACEDB
RGB
CMYK
RGB Variations
Color information
#0ACEDB (or 0x0ACEDB) is known color: Dark Turquoise. HEX triplet: 0A, CE and DB. RGB value is (10,206,219). Sum of RGB (Red+Green+Blue) = 10+206+219=435 (57% of max value = 765). Red value is 10 (4.30% from 255 or 2.30% from 435); Green value is 206 (80.86% from 255 or 47.36% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #0ACEDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ACEDB is #F53124. Grayscale: #949494. Windows color (decimal): -16068901 or 14405130. OLE color: 14405130.
HSL color Cylindrical-coordinate representation of color #0ACEDB: hue angle of 183.73º 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 #0ACEDB is Cyan = 0.95, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 10 | 206 | 219 | - |
| CMYK | 0.95 | 0.06 | 0 | 0.14 |
| HSL | 183.73º | 0.91% | 0.45% | - |
| HSV(B) | 183.73º | 0.95% | 0.86% | - |
| XYZ | 34.98 | 49.32 | 74.69 | - |
| YUV | 148.88 | 167.57 | 28.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 206 | 219 | 0.95 | 0.06 | 0 | 0.14 | 183.73 | 0.91 | 0.45 |
| Hex | A | CE | DB | 5F | 6 | 0 | E | B8 | 5B | 2D |
| Octal | 12 | 316 | 333 | 137 | 6 | 0 | 16 | 270 | 133 | 55 |
| Binary | 1010 | 11001110 | 11011011 | 1011111 | 110 | 0 | 1110 | 10111000 | 1011011 | 101101 |
Color Harmonies of #0ACEDB
Complementary color
Monochromatic Colors of #0ACEDB
Black with #0ACEDB
Text Example
Text Example
White with #0ACEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ACEDB; }
p { color: rgb(10,206,219); }
H1.HeaderClassName
{
color: #0ACEDB;
}
.AnyTagClassName
{
color: #0ACEDB;
}
</style>
background-color css
<style>
a { background-color: #0ACEDB; }
a { background-color: rgb(10,206,219); }
div.DivClassName
{
background-color: #0ACEDB;
}
.BgClassName
{
background-color: #0ACEDB;
}
</style>
border-color css
<style>
span { border-color: #0ACEDB; }
span { border-color: rgb(10,206,219); }
td.TdClassName
{
border-color: #0ACEDB;
}
.TagClassName
{
border-color: #0ACEDB;
}
</style>