Shades of Dark Turquoise #0AC8DB
Tints of Dark Turquoise #0AC8DB
RGB
CMYK
RGB Variations
Color information
#0AC8DB (or 0x0AC8DB) is known color: Dark Turquoise. HEX triplet: 0A, C8 and DB. RGB value is (10,200,219). Sum of RGB (Red+Green+Blue) = 10+200+219=429 (56% of max value = 765). Red value is 10 (4.30% from 255 or 2.33% from 429); Green value is 200 (78.52% from 255 or 46.62% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #0AC8DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AC8DB is #F53724. Grayscale: #919191. Windows color (decimal): -16070437 or 14403594. OLE color: 14403594.
HSL color Cylindrical-coordinate representation of color #0AC8DB: hue angle of 185.45º 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 #0AC8DB is Cyan = 0.95, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 10 | 200 | 219 | - |
| CMYK | 0.95 | 0.09 | 0 | 0.14 |
| HSL | 185.45º | 0.91% | 0.45% | - |
| HSV(B) | 185.45º | 0.95% | 0.86% | - |
| XYZ | 33.57 | 46.49 | 74.22 | - |
| YUV | 145.36 | 169.55 | 31.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 200 | 219 | 0.95 | 0.09 | 0 | 0.14 | 185.45 | 0.91 | 0.45 |
| Hex | A | C8 | DB | 5F | 9 | 0 | E | B9 | 5B | 2D |
| Octal | 12 | 310 | 333 | 137 | 11 | 0 | 16 | 271 | 133 | 55 |
| Binary | 1010 | 11001000 | 11011011 | 1011111 | 1001 | 0 | 1110 | 10111001 | 1011011 | 101101 |
Color Harmonies of #0AC8DB
Complementary color
Monochromatic Colors of #0AC8DB
Black with #0AC8DB
Text Example
Text Example
White with #0AC8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC8DB; }
p { color: rgb(10,200,219); }
H1.HeaderClassName
{
color: #0AC8DB;
}
.AnyTagClassName
{
color: #0AC8DB;
}
</style>
background-color css
<style>
a { background-color: #0AC8DB; }
a { background-color: rgb(10,200,219); }
div.DivClassName
{
background-color: #0AC8DB;
}
.BgClassName
{
background-color: #0AC8DB;
}
</style>
border-color css
<style>
span { border-color: #0AC8DB; }
span { border-color: rgb(10,200,219); }
td.TdClassName
{
border-color: #0AC8DB;
}
.TagClassName
{
border-color: #0AC8DB;
}
</style>