Shades of Dark Turquoise #10CFD9
Tints of Dark Turquoise #10CFD9
RGB
CMYK
RGB Variations
Color information
#10CFD9 (or 0x10CFD9) is known color: Dark Turquoise. HEX triplet: 10, CF and D9. RGB value is (16,207,217). Sum of RGB (Red+Green+Blue) = 16+207+217=440 (58% of max value = 765). Red value is 16 (6.64% from 255 or 3.64% from 440); Green value is 207 (81.25% from 255 or 47.05% from 440); Blue value is 217 (85.16% from 255 or 49.32% from 440); Max value from RGB is 217 - color contains mainly: blue. Hex color #10CFD9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10CFD9 is #EF3026. Grayscale: #969696. Windows color (decimal): -15675431 or 14274320. OLE color: 14274320.
HSL color Cylindrical-coordinate representation of color #10CFD9: hue angle of 182.99º 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 #10CFD9 is Cyan = 0.93, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 16 | 207 | 217 | - |
| CMYK | 0.93 | 0.05 | 0 | 0.15 |
| HSL | 182.99º | 0.86% | 0.46% | - |
| HSV(B) | 182.99º | 0.93% | 0.85% | - |
| XYZ | 35.05 | 49.75 | 73.4 | - |
| YUV | 151.03 | 165.22 | 31.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 207 | 217 | 0.93 | 0.05 | 0 | 0.15 | 182.99 | 0.86 | 0.46 |
| Hex | 10 | CF | D9 | 5D | 5 | 0 | F | B7 | 56 | 2E |
| Octal | 20 | 317 | 331 | 135 | 5 | 0 | 17 | 267 | 126 | 56 |
| Binary | 10000 | 11001111 | 11011001 | 1011101 | 101 | 0 | 1111 | 10110111 | 1010110 | 101110 |
Color Harmonies of #10CFD9
Complementary color
Monochromatic Colors of #10CFD9
Black with #10CFD9
Text Example
Text Example
White with #10CFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CFD9; }
p { color: rgb(16,207,217); }
H1.HeaderClassName
{
color: #10CFD9;
}
.AnyTagClassName
{
color: #10CFD9;
}
</style>
background-color css
<style>
a { background-color: #10CFD9; }
a { background-color: rgb(16,207,217); }
div.DivClassName
{
background-color: #10CFD9;
}
.BgClassName
{
background-color: #10CFD9;
}
</style>
border-color css
<style>
span { border-color: #10CFD9; }
span { border-color: rgb(16,207,217); }
td.TdClassName
{
border-color: #10CFD9;
}
.TagClassName
{
border-color: #10CFD9;
}
</style>