Shades of Dark Turquoise #10C6DB
Tints of Dark Turquoise #10C6DB
RGB
CMYK
RGB Variations
Color information
#10C6DB (or 0x10C6DB) is known color: Dark Turquoise. HEX triplet: 10, C6 and DB. RGB value is (16,198,219). Sum of RGB (Red+Green+Blue) = 16+198+219=433 (57% of max value = 765). Red value is 16 (6.64% from 255 or 3.70% from 433); Green value is 198 (77.73% from 255 or 45.73% from 433); Blue value is 219 (85.94% from 255 or 50.58% from 433); Max value from RGB is 219 - color contains mainly: blue. Hex color #10C6DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10C6DB is #EF3924. Grayscale: #919191. Windows color (decimal): -15677733 or 14403088. OLE color: 14403088.
HSL color Cylindrical-coordinate representation of color #10C6DB: hue angle of 186.21º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10C6DB is Cyan = 0.93, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 198 | 219 | - |
| CMYK | 0.93 | 0.10 | 0 | 0.14 |
| HSL | 186.21º | 0.86% | 0.46% | - |
| HSV(B) | 186.21º | 0.93% | 0.86% | - |
| XYZ | 33.19 | 45.61 | 74.07 | - |
| YUV | 145.98 | 169.2 | 35.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 198 | 219 | 0.93 | 0.10 | 0 | 0.14 | 186.21 | 0.86 | 0.46 |
| Hex | 10 | C6 | DB | 5D | A | 0 | E | BA | 56 | 2E |
| Octal | 20 | 306 | 333 | 135 | 12 | 0 | 16 | 272 | 126 | 56 |
| Binary | 10000 | 11000110 | 11011011 | 1011101 | 1010 | 0 | 1110 | 10111010 | 1010110 | 101110 |
Color Harmonies of #10C6DB
Complementary color
Monochromatic Colors of #10C6DB
Black with #10C6DB
Text Example
Text Example
White with #10C6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C6DB; }
p { color: rgb(16,198,219); }
H1.HeaderClassName
{
color: #10C6DB;
}
.AnyTagClassName
{
color: #10C6DB;
}
</style>
background-color css
<style>
a { background-color: #10C6DB; }
a { background-color: rgb(16,198,219); }
div.DivClassName
{
background-color: #10C6DB;
}
.BgClassName
{
background-color: #10C6DB;
}
</style>
border-color css
<style>
span { border-color: #10C6DB; }
span { border-color: rgb(16,198,219); }
td.TdClassName
{
border-color: #10C6DB;
}
.TagClassName
{
border-color: #10C6DB;
}
</style>