Shades of Dark Turquoise #10C5DF
Tints of Dark Turquoise #10C5DF
RGB
CMYK
RGB Variations
Color information
#10C5DF (or 0x10C5DF) is known color: Dark Turquoise. HEX triplet: 10, C5 and DF. RGB value is (16,197,223). Sum of RGB (Red+Green+Blue) = 16+197+223=436 (57% of max value = 765). Red value is 16 (6.64% from 255 or 3.67% from 436); Green value is 197 (77.34% from 255 or 45.18% from 436); Blue value is 223 (87.5% from 255 or 51.15% from 436); Max value from RGB is 223 - color contains mainly: blue. Hex color #10C5DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10C5DF is #EF3A20. Grayscale: #919191. Windows color (decimal): -15677985 or 14664976. OLE color: 14664976.
HSL color Cylindrical-coordinate representation of color #10C5DF: hue angle of 187.54º 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 #10C5DF is Cyan = 0.93, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 197 | 223 | - |
| CMYK | 0.93 | 0.12 | 0 | 0.13 |
| HSL | 187.54º | 0.87% | 0.47% | - |
| HSV(B) | 187.54º | 0.93% | 0.87% | - |
| XYZ | 33.5 | 45.37 | 76.8 | - |
| YUV | 145.85 | 171.53 | 35.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 197 | 223 | 0.93 | 0.12 | 0 | 0.13 | 187.54 | 0.87 | 0.47 |
| Hex | 10 | C5 | DF | 5D | C | 0 | D | BC | 57 | 2F |
| Octal | 20 | 305 | 337 | 135 | 14 | 0 | 15 | 274 | 127 | 57 |
| Binary | 10000 | 11000101 | 11011111 | 1011101 | 1100 | 0 | 1101 | 10111100 | 1010111 | 101111 |
Color Harmonies of #10C5DF
Complementary color
Monochromatic Colors of #10C5DF
Black with #10C5DF
Text Example
Text Example
White with #10C5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C5DF; }
p { color: rgb(16,197,223); }
H1.HeaderClassName
{
color: #10C5DF;
}
.AnyTagClassName
{
color: #10C5DF;
}
</style>
background-color css
<style>
a { background-color: #10C5DF; }
a { background-color: rgb(16,197,223); }
div.DivClassName
{
background-color: #10C5DF;
}
.BgClassName
{
background-color: #10C5DF;
}
</style>
border-color css
<style>
span { border-color: #10C5DF; }
span { border-color: rgb(16,197,223); }
td.TdClassName
{
border-color: #10C5DF;
}
.TagClassName
{
border-color: #10C5DF;
}
</style>