Shades of Dark Turquoise #10D9CC
Tints of Dark Turquoise #10D9CC
RGB
CMYK
RGB Variations
Color information
#10D9CC (or 0x10D9CC) is known color: Dark Turquoise. HEX triplet: 10, D9 and CC. RGB value is (16,217,204). Sum of RGB (Red+Green+Blue) = 16+217+204=437 (57% of max value = 765). Red value is 16 (6.64% from 255 or 3.66% from 437); Green value is 217 (85.16% from 255 or 49.66% from 437); Blue value is 204 (80.08% from 255 or 46.68% from 437); Max value from RGB is 217 - color contains mainly: green. Hex color #10D9CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10D9CC is #EF2633. Grayscale: #9B9B9B. Windows color (decimal): -15672884 or 13424912. OLE color: 13424912.
HSL color Cylindrical-coordinate representation of color #10D9CC: hue angle of 176.12º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10D9CC is Cyan = 0.93, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 16 | 217 | 204 | - |
| CMYK | 0.93 | 0 | 0.06 | 0.15 |
| HSL | 176.12º | 0.86% | 0.46% | - |
| HSV(B) | 176.12º | 0.93% | 0.85% | - |
| XYZ | 35.93 | 54.1 | 65.67 | - |
| YUV | 155.42 | 155.41 | 28.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 217 | 204 | 0.93 | 0 | 0.06 | 0.15 | 176.12 | 0.86 | 0.46 |
| Hex | 10 | D9 | CC | 5D | 0 | 6 | F | B0 | 56 | 2E |
| Octal | 20 | 331 | 314 | 135 | 0 | 6 | 17 | 260 | 126 | 56 |
| Binary | 10000 | 11011001 | 11001100 | 1011101 | 0 | 110 | 1111 | 10110000 | 1010110 | 101110 |
Color Harmonies of #10D9CC
Complementary color
Monochromatic Colors of #10D9CC
Black with #10D9CC
Text Example
Text Example
White with #10D9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D9CC; }
p { color: rgb(16,217,204); }
H1.HeaderClassName
{
color: #10D9CC;
}
.AnyTagClassName
{
color: #10D9CC;
}
</style>
background-color css
<style>
a { background-color: #10D9CC; }
a { background-color: rgb(16,217,204); }
div.DivClassName
{
background-color: #10D9CC;
}
.BgClassName
{
background-color: #10D9CC;
}
</style>
border-color css
<style>
span { border-color: #10D9CC; }
span { border-color: rgb(16,217,204); }
td.TdClassName
{
border-color: #10D9CC;
}
.TagClassName
{
border-color: #10D9CC;
}
</style>