Shades of Dark Turquoise #10D0DC
Tints of Dark Turquoise #10D0DC
RGB
CMYK
RGB Variations
Color information
#10D0DC (or 0x10D0DC) is known color: Dark Turquoise. HEX triplet: 10, D0 and DC. RGB value is (16,208,220). Sum of RGB (Red+Green+Blue) = 16+208+220=444 (58% of max value = 765). Red value is 16 (6.64% from 255 or 3.60% from 444); Green value is 208 (81.64% from 255 or 46.85% from 444); Blue value is 220 (86.33% from 255 or 49.55% from 444); Max value from RGB is 220 - color contains mainly: blue. Hex color #10D0DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10D0DC is #EF2F23. Grayscale: #979797. Windows color (decimal): -15675172 or 14471184. OLE color: 14471184.
HSL color Cylindrical-coordinate representation of color #10D0DC: hue angle of 183.53º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10D0DC is Cyan = 0.93, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 208 | 220 | - |
| CMYK | 0.93 | 0.05 | 0 | 0.14 |
| HSL | 183.53º | 0.86% | 0.46% | - |
| HSV(B) | 183.53º | 0.93% | 0.86% | - |
| XYZ | 35.69 | 50.39 | 75.56 | - |
| YUV | 151.96 | 166.39 | 31.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 208 | 220 | 0.93 | 0.05 | 0 | 0.14 | 183.53 | 0.86 | 0.46 |
| Hex | 10 | D0 | DC | 5D | 5 | 0 | E | B8 | 56 | 2E |
| Octal | 20 | 320 | 334 | 135 | 5 | 0 | 16 | 270 | 126 | 56 |
| Binary | 10000 | 11010000 | 11011100 | 1011101 | 101 | 0 | 1110 | 10111000 | 1010110 | 101110 |
Color Harmonies of #10D0DC
Complementary color
Monochromatic Colors of #10D0DC
Black with #10D0DC
Text Example
Text Example
White with #10D0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D0DC; }
p { color: rgb(16,208,220); }
H1.HeaderClassName
{
color: #10D0DC;
}
.AnyTagClassName
{
color: #10D0DC;
}
</style>
background-color css
<style>
a { background-color: #10D0DC; }
a { background-color: rgb(16,208,220); }
div.DivClassName
{
background-color: #10D0DC;
}
.BgClassName
{
background-color: #10D0DC;
}
</style>
border-color css
<style>
span { border-color: #10D0DC; }
span { border-color: rgb(16,208,220); }
td.TdClassName
{
border-color: #10D0DC;
}
.TagClassName
{
border-color: #10D0DC;
}
</style>