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