Shades of Dark Turquoise #10D0DD
Tints of Dark Turquoise #10D0DD
RGB
CMYK
RGB Variations
Color information
#10D0DD (or 0x10D0DD) is known color: Dark Turquoise. HEX triplet: 10, D0 and DD. RGB value is (16,208,221). Sum of RGB (Red+Green+Blue) = 16+208+221=445 (58% of max value = 765). Red value is 16 (6.64% from 255 or 3.60% from 445); Green value is 208 (81.64% from 255 or 46.74% from 445); Blue value is 221 (86.72% from 255 or 49.66% from 445); Max value from RGB is 221 - color contains mainly: blue. Hex color #10D0DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10D0DD is #EF2F22. Grayscale: #979797. Windows color (decimal): -15675171 or 14536720. OLE color: 14536720.
HSL color Cylindrical-coordinate representation of color #10D0DD: hue angle of 183.8º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10D0DD is Cyan = 0.93, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 208 | 221 | - |
| CMYK | 0.93 | 0.06 | 0 | 0.13 |
| HSL | 183.8º | 0.86% | 0.46% | - |
| HSV(B) | 183.8º | 0.93% | 0.87% | - |
| XYZ | 35.82 | 50.44 | 76.26 | - |
| YUV | 152.07 | 166.89 | 30.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 208 | 221 | 0.93 | 0.06 | 0 | 0.13 | 183.8 | 0.86 | 0.46 |
| Hex | 10 | D0 | DD | 5D | 6 | 0 | D | B8 | 56 | 2E |
| Octal | 20 | 320 | 335 | 135 | 6 | 0 | 15 | 270 | 126 | 56 |
| Binary | 10000 | 11010000 | 11011101 | 1011101 | 110 | 0 | 1101 | 10111000 | 1010110 | 101110 |
Color Harmonies of #10D0DD
Complementary color
Monochromatic Colors of #10D0DD
Black with #10D0DD
Text Example
Text Example
White with #10D0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D0DD; }
p { color: rgb(16,208,221); }
H1.HeaderClassName
{
color: #10D0DD;
}
.AnyTagClassName
{
color: #10D0DD;
}
</style>
background-color css
<style>
a { background-color: #10D0DD; }
a { background-color: rgb(16,208,221); }
div.DivClassName
{
background-color: #10D0DD;
}
.BgClassName
{
background-color: #10D0DD;
}
</style>
border-color css
<style>
span { border-color: #10D0DD; }
span { border-color: rgb(16,208,221); }
td.TdClassName
{
border-color: #10D0DD;
}
.TagClassName
{
border-color: #10D0DD;
}
</style>