Shades of Dark Turquoise #10C8DF
Tints of Dark Turquoise #10C8DF
RGB
CMYK
RGB Variations
Color information
#10C8DF (or 0x10C8DF) is known color: Dark Turquoise. HEX triplet: 10, C8 and DF. RGB value is (16,200,223). Sum of RGB (Red+Green+Blue) = 16+200+223=439 (58% of max value = 765). Red value is 16 (6.64% from 255 or 3.64% from 439); Green value is 200 (78.52% from 255 or 45.56% from 439); Blue value is 223 (87.5% from 255 or 50.80% from 439); Max value from RGB is 223 - color contains mainly: blue. Hex color #10C8DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10C8DF is #EF3720. Grayscale: #939393. Windows color (decimal): -15677217 or 14665744. OLE color: 14665744.
HSL color Cylindrical-coordinate representation of color #10C8DF: hue angle of 186.67º 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 #10C8DF is Cyan = 0.93, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 200 | 223 | - |
| CMYK | 0.93 | 0.10 | 0 | 0.13 |
| HSL | 186.67º | 0.87% | 0.47% | - |
| HSV(B) | 186.67º | 0.93% | 0.87% | - |
| XYZ | 34.19 | 46.75 | 77.03 | - |
| YUV | 147.61 | 170.54 | 34.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 200 | 223 | 0.93 | 0.10 | 0 | 0.13 | 186.67 | 0.87 | 0.47 |
| Hex | 10 | C8 | DF | 5D | A | 0 | D | BB | 57 | 2F |
| Octal | 20 | 310 | 337 | 135 | 12 | 0 | 15 | 273 | 127 | 57 |
| Binary | 10000 | 11001000 | 11011111 | 1011101 | 1010 | 0 | 1101 | 10111011 | 1010111 | 101111 |
Color Harmonies of #10C8DF
Complementary color
Monochromatic Colors of #10C8DF
Black with #10C8DF
Text Example
Text Example
White with #10C8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C8DF; }
p { color: rgb(16,200,223); }
H1.HeaderClassName
{
color: #10C8DF;
}
.AnyTagClassName
{
color: #10C8DF;
}
</style>
background-color css
<style>
a { background-color: #10C8DF; }
a { background-color: rgb(16,200,223); }
div.DivClassName
{
background-color: #10C8DF;
}
.BgClassName
{
background-color: #10C8DF;
}
</style>
border-color css
<style>
span { border-color: #10C8DF; }
span { border-color: rgb(16,200,223); }
td.TdClassName
{
border-color: #10C8DF;
}
.TagClassName
{
border-color: #10C8DF;
}
</style>