Shades of Dark Turquoise #0AD4DE
Tints of Dark Turquoise #0AD4DE
RGB
CMYK
RGB Variations
Color information
#0AD4DE (or 0x0AD4DE) is known color: Dark Turquoise. HEX triplet: 0A, D4 and DE. RGB value is (10,212,222). Sum of RGB (Red+Green+Blue) = 10+212+222=444 (58% of max value = 765). Red value is 10 (4.30% from 255 or 2.25% from 444); Green value is 212 (83.20% from 255 or 47.75% from 444); Blue value is 222 (87.11% from 255 or 50% from 444); Max value from RGB is 222 - color contains mainly: blue. Hex color #0AD4DE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AD4DE is #F52B21. Grayscale: #989898. Windows color (decimal): -16067362 or 14603274. OLE color: 14603274.
HSL color Cylindrical-coordinate representation of color #0AD4DE: hue angle of 182.83º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD4DE is Cyan = 0.95, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 212 | 222 | - |
| CMYK | 0.95 | 0.05 | 0 | 0.13 |
| HSL | 182.83º | 0.91% | 0.45% | - |
| HSV(B) | 182.83º | 0.95% | 0.87% | - |
| XYZ | 36.85 | 52.43 | 77.28 | - |
| YUV | 152.74 | 167.08 | 26.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 212 | 222 | 0.95 | 0.05 | 0 | 0.13 | 182.83 | 0.91 | 0.45 |
| Hex | A | D4 | DE | 5F | 5 | 0 | D | B7 | 5B | 2D |
| Octal | 12 | 324 | 336 | 137 | 5 | 0 | 15 | 267 | 133 | 55 |
| Binary | 1010 | 11010100 | 11011110 | 1011111 | 101 | 0 | 1101 | 10110111 | 1011011 | 101101 |
Color Harmonies of #0AD4DE
Complementary color
Monochromatic Colors of #0AD4DE
Black with #0AD4DE
Text Example
Text Example
White with #0AD4DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD4DE; }
p { color: rgb(10,212,222); }
H1.HeaderClassName
{
color: #0AD4DE;
}
.AnyTagClassName
{
color: #0AD4DE;
}
</style>
background-color css
<style>
a { background-color: #0AD4DE; }
a { background-color: rgb(10,212,222); }
div.DivClassName
{
background-color: #0AD4DE;
}
.BgClassName
{
background-color: #0AD4DE;
}
</style>
border-color css
<style>
span { border-color: #0AD4DE; }
span { border-color: rgb(10,212,222); }
td.TdClassName
{
border-color: #0AD4DE;
}
.TagClassName
{
border-color: #0AD4DE;
}
</style>