Shades of Dark Turquoise #10C6DF
Tints of Dark Turquoise #10C6DF
RGB
CMYK
RGB Variations
Color information
#10C6DF (or 0x10C6DF) is known color: Dark Turquoise. HEX triplet: 10, C6 and DF. RGB value is (16,198,223). Sum of RGB (Red+Green+Blue) = 16+198+223=437 (57% of max value = 765). Red value is 16 (6.64% from 255 or 3.66% from 437); Green value is 198 (77.73% from 255 or 45.31% from 437); Blue value is 223 (87.5% from 255 or 51.03% from 437); Max value from RGB is 223 - color contains mainly: blue. Hex color #10C6DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10C6DF is #EF3920. Grayscale: #929292. Windows color (decimal): -15677729 or 14665232. OLE color: 14665232.
HSL color Cylindrical-coordinate representation of color #10C6DF: hue angle of 187.25º 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 #10C6DF is Cyan = 0.93, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 198 | 223 | - |
| CMYK | 0.93 | 0.11 | 0 | 0.13 |
| HSL | 187.25º | 0.87% | 0.47% | - |
| HSV(B) | 187.25º | 0.93% | 0.87% | - |
| XYZ | 33.73 | 45.83 | 76.88 | - |
| YUV | 146.43 | 171.2 | 34.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 198 | 223 | 0.93 | 0.11 | 0 | 0.13 | 187.25 | 0.87 | 0.47 |
| Hex | 10 | C6 | DF | 5D | B | 0 | D | BB | 57 | 2F |
| Octal | 20 | 306 | 337 | 135 | 13 | 0 | 15 | 273 | 127 | 57 |
| Binary | 10000 | 11000110 | 11011111 | 1011101 | 1011 | 0 | 1101 | 10111011 | 1010111 | 101111 |
Color Harmonies of #10C6DF
Complementary color
Monochromatic Colors of #10C6DF
Black with #10C6DF
Text Example
Text Example
White with #10C6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C6DF; }
p { color: rgb(16,198,223); }
H1.HeaderClassName
{
color: #10C6DF;
}
.AnyTagClassName
{
color: #10C6DF;
}
</style>
background-color css
<style>
a { background-color: #10C6DF; }
a { background-color: rgb(16,198,223); }
div.DivClassName
{
background-color: #10C6DF;
}
.BgClassName
{
background-color: #10C6DF;
}
</style>
border-color css
<style>
span { border-color: #10C6DF; }
span { border-color: rgb(16,198,223); }
td.TdClassName
{
border-color: #10C6DF;
}
.TagClassName
{
border-color: #10C6DF;
}
</style>