Shades of Dark Turquoise #10C9DF
Tints of Dark Turquoise #10C9DF
RGB
CMYK
RGB Variations
Color information
#10C9DF (or 0x10C9DF) is known color: Dark Turquoise. HEX triplet: 10, C9 and DF. RGB value is (16,201,223). Sum of RGB (Red+Green+Blue) = 16+201+223=440 (58% of max value = 765). Red value is 16 (6.64% from 255 or 3.64% from 440); Green value is 201 (78.91% from 255 or 45.68% from 440); Blue value is 223 (87.5% from 255 or 50.68% from 440); Max value from RGB is 223 - color contains mainly: blue. Hex color #10C9DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10C9DF is #EF3620. Grayscale: #939393. Windows color (decimal): -15676961 or 14666000. OLE color: 14666000.
HSL color Cylindrical-coordinate representation of color #10C9DF: hue angle of 186.38º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10C9DF is Cyan = 0.93, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 201 | 223 | - |
| CMYK | 0.93 | 0.10 | 0 | 0.13 |
| HSL | 186.38º | 0.87% | 0.47% | - |
| HSV(B) | 186.38º | 0.93% | 0.87% | - |
| XYZ | 34.42 | 47.21 | 77.11 | - |
| YUV | 148.19 | 170.21 | 33.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 201 | 223 | 0.93 | 0.10 | 0 | 0.13 | 186.38 | 0.87 | 0.47 |
| Hex | 10 | C9 | DF | 5D | A | 0 | D | BA | 57 | 2F |
| Octal | 20 | 311 | 337 | 135 | 12 | 0 | 15 | 272 | 127 | 57 |
| Binary | 10000 | 11001001 | 11011111 | 1011101 | 1010 | 0 | 1101 | 10111010 | 1010111 | 101111 |
Color Harmonies of #10C9DF
Complementary color
Monochromatic Colors of #10C9DF
Black with #10C9DF
Text Example
Text Example
White with #10C9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C9DF; }
p { color: rgb(16,201,223); }
H1.HeaderClassName
{
color: #10C9DF;
}
.AnyTagClassName
{
color: #10C9DF;
}
</style>
background-color css
<style>
a { background-color: #10C9DF; }
a { background-color: rgb(16,201,223); }
div.DivClassName
{
background-color: #10C9DF;
}
.BgClassName
{
background-color: #10C9DF;
}
</style>
border-color css
<style>
span { border-color: #10C9DF; }
span { border-color: rgb(16,201,223); }
td.TdClassName
{
border-color: #10C9DF;
}
.TagClassName
{
border-color: #10C9DF;
}
</style>