Shades of Dark Turquoise #0AD1DD
Tints of Dark Turquoise #0AD1DD
RGB
CMYK
RGB Variations
Color information
#0AD1DD (or 0x0AD1DD) is known color: Dark Turquoise. HEX triplet: 0A, D1 and DD. RGB value is (10,209,221). Sum of RGB (Red+Green+Blue) = 10+209+221=440 (58% of max value = 765). Red value is 10 (4.30% from 255 or 2.27% from 440); Green value is 209 (82.03% from 255 or 47.5% from 440); Blue value is 221 (86.72% from 255 or 50.23% from 440); Max value from RGB is 221 - color contains mainly: blue. Hex color #0AD1DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AD1DD is #F52E22. Grayscale: #969696. Windows color (decimal): -16068131 or 14536970. OLE color: 14536970.
HSL color Cylindrical-coordinate representation of color #0AD1DD: hue angle of 183.41º 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 #0AD1DD is Cyan = 0.95, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 209 | 221 | - |
| CMYK | 0.95 | 0.05 | 0 | 0.13 |
| HSL | 183.41º | 0.91% | 0.45% | - |
| HSV(B) | 183.41º | 0.95% | 0.87% | - |
| XYZ | 35.98 | 50.89 | 76.33 | - |
| YUV | 150.87 | 167.57 | 27.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 209 | 221 | 0.95 | 0.05 | 0 | 0.13 | 183.41 | 0.91 | 0.45 |
| Hex | A | D1 | DD | 5F | 5 | 0 | D | B7 | 5B | 2D |
| Octal | 12 | 321 | 335 | 137 | 5 | 0 | 15 | 267 | 133 | 55 |
| Binary | 1010 | 11010001 | 11011101 | 1011111 | 101 | 0 | 1101 | 10110111 | 1011011 | 101101 |
Color Harmonies of #0AD1DD
Complementary color
Monochromatic Colors of #0AD1DD
Black with #0AD1DD
Text Example
Text Example
White with #0AD1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD1DD; }
p { color: rgb(10,209,221); }
H1.HeaderClassName
{
color: #0AD1DD;
}
.AnyTagClassName
{
color: #0AD1DD;
}
</style>
background-color css
<style>
a { background-color: #0AD1DD; }
a { background-color: rgb(10,209,221); }
div.DivClassName
{
background-color: #0AD1DD;
}
.BgClassName
{
background-color: #0AD1DD;
}
</style>
border-color css
<style>
span { border-color: #0AD1DD; }
span { border-color: rgb(10,209,221); }
td.TdClassName
{
border-color: #0AD1DD;
}
.TagClassName
{
border-color: #0AD1DD;
}
</style>