Shades of Dark Turquoise #0ACCDB
Tints of Dark Turquoise #0ACCDB
RGB
CMYK
RGB Variations
Color information
#0ACCDB (or 0x0ACCDB) is known color: Dark Turquoise. HEX triplet: 0A, CC and DB. RGB value is (10,204,219). Sum of RGB (Red+Green+Blue) = 10+204+219=433 (57% of max value = 765). Red value is 10 (4.30% from 255 or 2.31% from 433); Green value is 204 (80.08% from 255 or 47.11% from 433); Blue value is 219 (85.94% from 255 or 50.58% from 433); Max value from RGB is 219 - color contains mainly: blue. Hex color #0ACCDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ACCDB is #F53324. Grayscale: #939393. Windows color (decimal): -16069413 or 14404618. OLE color: 14404618.
HSL color Cylindrical-coordinate representation of color #0ACCDB: hue angle of 184.31º 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 #0ACCDB is Cyan = 0.95, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 10 | 204 | 219 | - |
| CMYK | 0.95 | 0.07 | 0 | 0.14 |
| HSL | 184.31º | 0.91% | 0.45% | - |
| HSV(B) | 184.31º | 0.95% | 0.86% | - |
| XYZ | 34.5 | 48.36 | 74.53 | - |
| YUV | 147.7 | 168.23 | 29.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 204 | 219 | 0.95 | 0.07 | 0 | 0.14 | 184.31 | 0.91 | 0.45 |
| Hex | A | CC | DB | 5F | 7 | 0 | E | B8 | 5B | 2D |
| Octal | 12 | 314 | 333 | 137 | 7 | 0 | 16 | 270 | 133 | 55 |
| Binary | 1010 | 11001100 | 11011011 | 1011111 | 111 | 0 | 1110 | 10111000 | 1011011 | 101101 |
Color Harmonies of #0ACCDB
Complementary color
Monochromatic Colors of #0ACCDB
Black with #0ACCDB
Text Example
Text Example
White with #0ACCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ACCDB; }
p { color: rgb(10,204,219); }
H1.HeaderClassName
{
color: #0ACCDB;
}
.AnyTagClassName
{
color: #0ACCDB;
}
</style>
background-color css
<style>
a { background-color: #0ACCDB; }
a { background-color: rgb(10,204,219); }
div.DivClassName
{
background-color: #0ACCDB;
}
.BgClassName
{
background-color: #0ACCDB;
}
</style>
border-color css
<style>
span { border-color: #0ACCDB; }
span { border-color: rgb(10,204,219); }
td.TdClassName
{
border-color: #0ACCDB;
}
.TagClassName
{
border-color: #0ACCDB;
}
</style>