Shades of Dark Turquoise #10D1DC
Tints of Dark Turquoise #10D1DC
RGB
CMYK
RGB Variations
Color information
#10D1DC (or 0x10D1DC) is known color: Dark Turquoise. HEX triplet: 10, D1 and DC. RGB value is (16,209,220). Sum of RGB (Red+Green+Blue) = 16+209+220=445 (58% of max value = 765). Red value is 16 (6.64% from 255 or 3.60% from 445); Green value is 209 (82.03% from 255 or 46.97% from 445); Blue value is 220 (86.33% from 255 or 49.44% from 445); Max value from RGB is 220 - color contains mainly: blue. Hex color #10D1DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10D1DC is #EF2E23. Grayscale: #989898. Windows color (decimal): -15674916 or 14471440. OLE color: 14471440.
HSL color Cylindrical-coordinate representation of color #10D1DC: hue angle of 183.24º 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 #10D1DC is Cyan = 0.93, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 209 | 220 | - |
| CMYK | 0.93 | 0.05 | 0 | 0.14 |
| HSL | 183.24º | 0.86% | 0.46% | - |
| HSV(B) | 183.24º | 0.93% | 0.86% | - |
| XYZ | 35.93 | 50.88 | 75.64 | - |
| YUV | 152.55 | 166.06 | 30.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 209 | 220 | 0.93 | 0.05 | 0 | 0.14 | 183.24 | 0.86 | 0.46 |
| Hex | 10 | D1 | DC | 5D | 5 | 0 | E | B7 | 56 | 2E |
| Octal | 20 | 321 | 334 | 135 | 5 | 0 | 16 | 267 | 126 | 56 |
| Binary | 10000 | 11010001 | 11011100 | 1011101 | 101 | 0 | 1110 | 10110111 | 1010110 | 101110 |
Color Harmonies of #10D1DC
Complementary color
Monochromatic Colors of #10D1DC
Black with #10D1DC
Text Example
Text Example
White with #10D1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D1DC; }
p { color: rgb(16,209,220); }
H1.HeaderClassName
{
color: #10D1DC;
}
.AnyTagClassName
{
color: #10D1DC;
}
</style>
background-color css
<style>
a { background-color: #10D1DC; }
a { background-color: rgb(16,209,220); }
div.DivClassName
{
background-color: #10D1DC;
}
.BgClassName
{
background-color: #10D1DC;
}
</style>
border-color css
<style>
span { border-color: #10D1DC; }
span { border-color: rgb(16,209,220); }
td.TdClassName
{
border-color: #10D1DC;
}
.TagClassName
{
border-color: #10D1DC;
}
</style>