Shades of Dark Turquoise #10D5CD
Tints of Dark Turquoise #10D5CD
RGB
CMYK
RGB Variations
Color information
#10D5CD (or 0x10D5CD) is known color: Dark Turquoise. HEX triplet: 10, D5 and CD. RGB value is (16,213,205). Sum of RGB (Red+Green+Blue) = 16+213+205=434 (57% of max value = 765). Red value is 16 (6.64% from 255 or 3.69% from 434); Green value is 213 (83.59% from 255 or 49.08% from 434); Blue value is 205 (80.47% from 255 or 47.24% from 434); Max value from RGB is 213 - color contains mainly: green. Hex color #10D5CD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10D5CD is #EF2A32. Grayscale: #999999. Windows color (decimal): -15673907 or 13489424. OLE color: 13489424.
HSL color Cylindrical-coordinate representation of color #10D5CD: hue angle of 177.56º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10D5CD is Cyan = 0.92, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 16 | 213 | 205 | - |
| CMYK | 0.92 | 0 | 0.04 | 0.16 |
| HSL | 177.56º | 0.86% | 0.45% | - |
| HSV(B) | 177.56º | 0.92% | 0.84% | - |
| XYZ | 35.03 | 52.11 | 65.97 | - |
| YUV | 153.19 | 157.23 | 30.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 213 | 205 | 0.92 | 0 | 0.04 | 0.16 | 177.56 | 0.86 | 0.45 |
| Hex | 10 | D5 | CD | 5C | 0 | 4 | 10 | B2 | 56 | 2D |
| Octal | 20 | 325 | 315 | 134 | 0 | 4 | 20 | 262 | 126 | 55 |
| Binary | 10000 | 11010101 | 11001101 | 1011100 | 0 | 100 | 10000 | 10110010 | 1010110 | 101101 |
Color Harmonies of #10D5CD
Complementary color
Monochromatic Colors of #10D5CD
Black with #10D5CD
Text Example
Text Example
White with #10D5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D5CD; }
p { color: rgb(16,213,205); }
H1.HeaderClassName
{
color: #10D5CD;
}
.AnyTagClassName
{
color: #10D5CD;
}
</style>
background-color css
<style>
a { background-color: #10D5CD; }
a { background-color: rgb(16,213,205); }
div.DivClassName
{
background-color: #10D5CD;
}
.BgClassName
{
background-color: #10D5CD;
}
</style>
border-color css
<style>
span { border-color: #10D5CD; }
span { border-color: rgb(16,213,205); }
td.TdClassName
{
border-color: #10D5CD;
}
.TagClassName
{
border-color: #10D5CD;
}
</style>