Shades of Dark Turquoise #10D0CF
Tints of Dark Turquoise #10D0CF
RGB
CMYK
RGB Variations
Color information
#10D0CF (or 0x10D0CF) is known color: Dark Turquoise. HEX triplet: 10, D0 and CF. RGB value is (16,208,207). Sum of RGB (Red+Green+Blue) = 16+208+207=431 (57% of max value = 765). Red value is 16 (6.64% from 255 or 3.71% from 431); Green value is 208 (81.64% from 255 or 48.26% from 431); Blue value is 207 (81.25% from 255 or 48.03% from 431); Max value from RGB is 208 - color contains mainly: green. Hex color #10D0CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10D0CF is #EF2F30. Grayscale: #969696. Windows color (decimal): -15675185 or 13619216. OLE color: 13619216.
HSL color Cylindrical-coordinate representation of color #10D0CF: hue angle of 179.69º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10D0CF is Cyan = 0.92, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 208 | 207 | - |
| CMYK | 0.92 | 0 | 0.00 | 0.18 |
| HSL | 179.69º | 0.86% | 0.44% | - |
| HSV(B) | 179.69º | 0.92% | 0.82% | - |
| XYZ | 34.03 | 49.73 | 66.84 | - |
| YUV | 150.48 | 159.89 | 32.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 208 | 207 | 0.92 | 0 | 0.00 | 0.18 | 179.69 | 0.86 | 0.44 |
| Hex | 10 | D0 | CF | 5C | 0 | 0 | 12 | B4 | 56 | 2C |
| Octal | 20 | 320 | 317 | 134 | 0 | 0 | 22 | 264 | 126 | 54 |
| Binary | 10000 | 11010000 | 11001111 | 1011100 | 0 | 0 | 10010 | 10110100 | 1010110 | 101100 |
Color Harmonies of #10D0CF
Complementary color
Monochromatic Colors of #10D0CF
Black with #10D0CF
Text Example
Text Example
White with #10D0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D0CF; }
p { color: rgb(16,208,207); }
H1.HeaderClassName
{
color: #10D0CF;
}
.AnyTagClassName
{
color: #10D0CF;
}
</style>
background-color css
<style>
a { background-color: #10D0CF; }
a { background-color: rgb(16,208,207); }
div.DivClassName
{
background-color: #10D0CF;
}
.BgClassName
{
background-color: #10D0CF;
}
</style>
border-color css
<style>
span { border-color: #10D0CF; }
span { border-color: rgb(16,208,207); }
td.TdClassName
{
border-color: #10D0CF;
}
.TagClassName
{
border-color: #10D0CF;
}
</style>