Shades of Dark Turquoise #0AD7D3
Tints of Dark Turquoise #0AD7D3
RGB
CMYK
RGB Variations
Color information
#0AD7D3 (or 0x0AD7D3) is known color: Dark Turquoise. HEX triplet: 0A, D7 and D3. RGB value is (10,215,211). Sum of RGB (Red+Green+Blue) = 10+215+211=436 (57% of max value = 765). Red value is 10 (4.30% from 255 or 2.29% from 436); Green value is 215 (84.38% from 255 or 49.31% from 436); Blue value is 211 (82.81% from 255 or 48.39% from 436); Max value from RGB is 215 - color contains mainly: green. Hex color #0AD7D3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AD7D3 is #F5282C. Grayscale: #999999. Windows color (decimal): -16066605 or 13883146. OLE color: 13883146.
HSL color Cylindrical-coordinate representation of color #0AD7D3: hue angle of 178.83º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD7D3 is Cyan = 0.95, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 10 | 215 | 211 | - |
| CMYK | 0.95 | 0 | 0.02 | 0.16 |
| HSL | 178.83º | 0.91% | 0.44% | - |
| HSV(B) | 178.83º | 0.95% | 0.84% | - |
| XYZ | 36.18 | 53.37 | 70.02 | - |
| YUV | 153.25 | 160.58 | 25.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 215 | 211 | 0.95 | 0 | 0.02 | 0.16 | 178.83 | 0.91 | 0.44 |
| Hex | A | D7 | D3 | 5F | 0 | 2 | 10 | B3 | 5B | 2C |
| Octal | 12 | 327 | 323 | 137 | 0 | 2 | 20 | 263 | 133 | 54 |
| Binary | 1010 | 11010111 | 11010011 | 1011111 | 0 | 10 | 10000 | 10110011 | 1011011 | 101100 |
Color Harmonies of #0AD7D3
Complementary color
Monochromatic Colors of #0AD7D3
Black with #0AD7D3
Text Example
Text Example
White with #0AD7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD7D3; }
p { color: rgb(10,215,211); }
H1.HeaderClassName
{
color: #0AD7D3;
}
.AnyTagClassName
{
color: #0AD7D3;
}
</style>
background-color css
<style>
a { background-color: #0AD7D3; }
a { background-color: rgb(10,215,211); }
div.DivClassName
{
background-color: #0AD7D3;
}
.BgClassName
{
background-color: #0AD7D3;
}
</style>
border-color css
<style>
span { border-color: #0AD7D3; }
span { border-color: rgb(10,215,211); }
td.TdClassName
{
border-color: #0AD7D3;
}
.TagClassName
{
border-color: #0AD7D3;
}
</style>