Shades of Dark Turquoise #0AD1DB
Tints of Dark Turquoise #0AD1DB
RGB
CMYK
RGB Variations
Color information
#0AD1DB (or 0x0AD1DB) is known color: Dark Turquoise. HEX triplet: 0A, D1 and DB. RGB value is (10,209,219). Sum of RGB (Red+Green+Blue) = 10+209+219=438 (58% of max value = 765). Red value is 10 (4.30% from 255 or 2.28% from 438); Green value is 209 (82.03% from 255 or 47.72% from 438); Blue value is 219 (85.94% from 255 or 50% from 438); Max value from RGB is 219 - color contains mainly: blue. Hex color #0AD1DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AD1DB is #F52E24. Grayscale: #969696. Windows color (decimal): -16068133 or 14405898. OLE color: 14405898.
HSL color Cylindrical-coordinate representation of color #0AD1DB: hue angle of 182.87º 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 #0AD1DB is Cyan = 0.95, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 10 | 209 | 219 | - |
| CMYK | 0.95 | 0.05 | 0 | 0.14 |
| HSL | 182.87º | 0.91% | 0.45% | - |
| HSV(B) | 182.87º | 0.95% | 0.86% | - |
| XYZ | 35.71 | 50.78 | 74.94 | - |
| YUV | 150.64 | 166.57 | 27.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 209 | 219 | 0.95 | 0.05 | 0 | 0.14 | 182.87 | 0.91 | 0.45 |
| Hex | A | D1 | DB | 5F | 5 | 0 | E | B7 | 5B | 2D |
| Octal | 12 | 321 | 333 | 137 | 5 | 0 | 16 | 267 | 133 | 55 |
| Binary | 1010 | 11010001 | 11011011 | 1011111 | 101 | 0 | 1110 | 10110111 | 1011011 | 101101 |
Color Harmonies of #0AD1DB
Complementary color
Monochromatic Colors of #0AD1DB
Black with #0AD1DB
Text Example
Text Example
White with #0AD1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD1DB; }
p { color: rgb(10,209,219); }
H1.HeaderClassName
{
color: #0AD1DB;
}
.AnyTagClassName
{
color: #0AD1DB;
}
</style>
background-color css
<style>
a { background-color: #0AD1DB; }
a { background-color: rgb(10,209,219); }
div.DivClassName
{
background-color: #0AD1DB;
}
.BgClassName
{
background-color: #0AD1DB;
}
</style>
border-color css
<style>
span { border-color: #0AD1DB; }
span { border-color: rgb(10,209,219); }
td.TdClassName
{
border-color: #0AD1DB;
}
.TagClassName
{
border-color: #0AD1DB;
}
</style>