Shades of Dark Turquoise #10D4DC
Tints of Dark Turquoise #10D4DC
RGB
CMYK
RGB Variations
Color information
#10D4DC (or 0x10D4DC) is known color: Dark Turquoise. HEX triplet: 10, D4 and DC. RGB value is (16,212,220). Sum of RGB (Red+Green+Blue) = 16+212+220=448 (59% of max value = 765). Red value is 16 (6.64% from 255 or 3.57% from 448); Green value is 212 (83.20% from 255 or 47.32% from 448); Blue value is 220 (86.33% from 255 or 49.11% from 448); Max value from RGB is 220 - color contains mainly: blue. Hex color #10D4DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10D4DC is #EF2B23. Grayscale: #9A9A9A. Windows color (decimal): -15674148 or 14472208. OLE color: 14472208.
HSL color Cylindrical-coordinate representation of color #10D4DC: hue angle of 182.35º 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 #10D4DC is Cyan = 0.93, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 212 | 220 | - |
| CMYK | 0.93 | 0.04 | 0 | 0.14 |
| HSL | 182.35º | 0.86% | 0.46% | - |
| HSV(B) | 182.35º | 0.93% | 0.86% | - |
| XYZ | 36.68 | 52.36 | 75.88 | - |
| YUV | 154.31 | 165.07 | 29.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 212 | 220 | 0.93 | 0.04 | 0 | 0.14 | 182.35 | 0.86 | 0.46 |
| Hex | 10 | D4 | DC | 5D | 4 | 0 | E | B6 | 56 | 2E |
| Octal | 20 | 324 | 334 | 135 | 4 | 0 | 16 | 266 | 126 | 56 |
| Binary | 10000 | 11010100 | 11011100 | 1011101 | 100 | 0 | 1110 | 10110110 | 1010110 | 101110 |
Color Harmonies of #10D4DC
Complementary color
Monochromatic Colors of #10D4DC
Black with #10D4DC
Text Example
Text Example
White with #10D4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D4DC; }
p { color: rgb(16,212,220); }
H1.HeaderClassName
{
color: #10D4DC;
}
.AnyTagClassName
{
color: #10D4DC;
}
</style>
background-color css
<style>
a { background-color: #10D4DC; }
a { background-color: rgb(16,212,220); }
div.DivClassName
{
background-color: #10D4DC;
}
.BgClassName
{
background-color: #10D4DC;
}
</style>
border-color css
<style>
span { border-color: #10D4DC; }
span { border-color: rgb(16,212,220); }
td.TdClassName
{
border-color: #10D4DC;
}
.TagClassName
{
border-color: #10D4DC;
}
</style>