Shades of Dark Turquoise #10C5DA
Tints of Dark Turquoise #10C5DA
RGB
CMYK
RGB Variations
Color information
#10C5DA (or 0x10C5DA) is known color: Dark Turquoise. HEX triplet: 10, C5 and DA. RGB value is (16,197,218). Sum of RGB (Red+Green+Blue) = 16+197+218=431 (57% of max value = 765). Red value is 16 (6.64% from 255 or 3.71% from 431); Green value is 197 (77.34% from 255 or 45.71% from 431); Blue value is 218 (85.55% from 255 or 50.58% from 431); Max value from RGB is 218 - color contains mainly: blue. Hex color #10C5DA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10C5DA is #EF3A25. Grayscale: #919191. Windows color (decimal): -15677990 or 14337296. OLE color: 14337296.
HSL color Cylindrical-coordinate representation of color #10C5DA: hue angle of 186.24º 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 #10C5DA is Cyan = 0.93, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 16 | 197 | 218 | - |
| CMYK | 0.93 | 0.10 | 0 | 0.15 |
| HSL | 186.24º | 0.86% | 0.46% | - |
| HSV(B) | 186.24º | 0.93% | 0.85% | - |
| XYZ | 32.83 | 45.1 | 73.31 | - |
| YUV | 145.28 | 169.03 | 35.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 197 | 218 | 0.93 | 0.10 | 0 | 0.15 | 186.24 | 0.86 | 0.46 |
| Hex | 10 | C5 | DA | 5D | A | 0 | F | BA | 56 | 2E |
| Octal | 20 | 305 | 332 | 135 | 12 | 0 | 17 | 272 | 126 | 56 |
| Binary | 10000 | 11000101 | 11011010 | 1011101 | 1010 | 0 | 1111 | 10111010 | 1010110 | 101110 |
Color Harmonies of #10C5DA
Complementary color
Monochromatic Colors of #10C5DA
Black with #10C5DA
Text Example
Text Example
White with #10C5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C5DA; }
p { color: rgb(16,197,218); }
H1.HeaderClassName
{
color: #10C5DA;
}
.AnyTagClassName
{
color: #10C5DA;
}
</style>
background-color css
<style>
a { background-color: #10C5DA; }
a { background-color: rgb(16,197,218); }
div.DivClassName
{
background-color: #10C5DA;
}
.BgClassName
{
background-color: #10C5DA;
}
</style>
border-color css
<style>
span { border-color: #10C5DA; }
span { border-color: rgb(16,197,218); }
td.TdClassName
{
border-color: #10C5DA;
}
.TagClassName
{
border-color: #10C5DA;
}
</style>