Shades of Dark Turquoise #0AD2CE
Tints of Dark Turquoise #0AD2CE
RGB
CMYK
RGB Variations
Color information
#0AD2CE (or 0x0AD2CE) is known color: Dark Turquoise. HEX triplet: 0A, D2 and CE. RGB value is (10,210,206). Sum of RGB (Red+Green+Blue) = 10+210+206=426 (56% of max value = 765). Red value is 10 (4.30% from 255 or 2.35% from 426); Green value is 210 (82.42% from 255 or 49.30% from 426); Blue value is 206 (80.86% from 255 or 48.36% from 426); Max value from RGB is 210 - color contains mainly: green. Hex color #0AD2CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AD2CE is #F52D31. Grayscale: #959595. Windows color (decimal): -16067890 or 13554186. OLE color: 13554186.
HSL color Cylindrical-coordinate representation of color #0AD2CE: hue angle of 178.8º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD2CE is Cyan = 0.95, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 10 | 210 | 206 | - |
| CMYK | 0.95 | 0 | 0.02 | 0.18 |
| HSL | 178.8º | 0.91% | 0.43% | - |
| HSV(B) | 178.8º | 0.95% | 0.82% | - |
| XYZ | 34.31 | 50.61 | 66.35 | - |
| YUV | 149.74 | 159.74 | 28.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 210 | 206 | 0.95 | 0 | 0.02 | 0.18 | 178.8 | 0.91 | 0.43 |
| Hex | A | D2 | CE | 5F | 0 | 2 | 12 | B3 | 5B | 2B |
| Octal | 12 | 322 | 316 | 137 | 0 | 2 | 22 | 263 | 133 | 53 |
| Binary | 1010 | 11010010 | 11001110 | 1011111 | 0 | 10 | 10010 | 10110011 | 1011011 | 101011 |
Color Harmonies of #0AD2CE
Complementary color
Monochromatic Colors of #0AD2CE
Black with #0AD2CE
Text Example
Text Example
White with #0AD2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD2CE; }
p { color: rgb(10,210,206); }
H1.HeaderClassName
{
color: #0AD2CE;
}
.AnyTagClassName
{
color: #0AD2CE;
}
</style>
background-color css
<style>
a { background-color: #0AD2CE; }
a { background-color: rgb(10,210,206); }
div.DivClassName
{
background-color: #0AD2CE;
}
.BgClassName
{
background-color: #0AD2CE;
}
</style>
border-color css
<style>
span { border-color: #0AD2CE; }
span { border-color: rgb(10,210,206); }
td.TdClassName
{
border-color: #0AD2CE;
}
.TagClassName
{
border-color: #0AD2CE;
}
</style>