Shades of Bright Turquoise #0AD9DC
Tints of Bright Turquoise #0AD9DC
RGB
CMYK
RGB Variations
Color information
#0AD9DC (or 0x0AD9DC) is known color: Bright Turquoise. HEX triplet: 0A, D9 and DC. RGB value is (10,217,220). Sum of RGB (Red+Green+Blue) = 10+217+220=447 (59% of max value = 765). Red value is 10 (4.30% from 255 or 2.24% from 447); Green value is 217 (85.16% from 255 or 48.55% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 220 - color contains mainly: blue. Hex color #0AD9DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AD9DC is #F52623. Grayscale: #9B9B9B. Windows color (decimal): -16066084 or 14473482. OLE color: 14473482.
HSL color Cylindrical-coordinate representation of color #0AD9DC: hue angle of 180.86º 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 #0AD9DC is Cyan = 0.95, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 10 | 217 | 220 | - |
| CMYK | 0.95 | 0.01 | 0 | 0.14 |
| HSL | 180.86º | 0.91% | 0.45% | - |
| HSV(B) | 180.86º | 0.95% | 0.86% | - |
| XYZ | 37.86 | 54.86 | 76.3 | - |
| YUV | 155.45 | 164.42 | 24.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 217 | 220 | 0.95 | 0.01 | 0 | 0.14 | 180.86 | 0.91 | 0.45 |
| Hex | A | D9 | DC | 5F | 1 | 0 | E | B5 | 5B | 2D |
| Octal | 12 | 331 | 334 | 137 | 1 | 0 | 16 | 265 | 133 | 55 |
| Binary | 1010 | 11011001 | 11011100 | 1011111 | 1 | 0 | 1110 | 10110101 | 1011011 | 101101 |
Color Harmonies of #0AD9DC
Complementary color
Monochromatic Colors of #0AD9DC
Black with #0AD9DC
Text Example
Text Example
White with #0AD9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD9DC; }
p { color: rgb(10,217,220); }
H1.HeaderClassName
{
color: #0AD9DC;
}
.AnyTagClassName
{
color: #0AD9DC;
}
</style>
background-color css
<style>
a { background-color: #0AD9DC; }
a { background-color: rgb(10,217,220); }
div.DivClassName
{
background-color: #0AD9DC;
}
.BgClassName
{
background-color: #0AD9DC;
}
</style>
border-color css
<style>
span { border-color: #0AD9DC; }
span { border-color: rgb(10,217,220); }
td.TdClassName
{
border-color: #0AD9DC;
}
.TagClassName
{
border-color: #0AD9DC;
}
</style>