Shades of Dark Turquoise #10C8DB
Tints of Dark Turquoise #10C8DB
RGB
CMYK
RGB Variations
Color information
#10C8DB (or 0x10C8DB) is known color: Dark Turquoise. HEX triplet: 10, C8 and DB. RGB value is (16,200,219). Sum of RGB (Red+Green+Blue) = 16+200+219=435 (57% of max value = 765). Red value is 16 (6.64% from 255 or 3.68% from 435); Green value is 200 (78.52% from 255 or 45.98% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #10C8DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10C8DB is #EF3724. Grayscale: #929292. Windows color (decimal): -15677221 or 14403600. OLE color: 14403600.
HSL color Cylindrical-coordinate representation of color #10C8DB: hue angle of 185.62º 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 #10C8DB is Cyan = 0.93, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 200 | 219 | - |
| CMYK | 0.93 | 0.09 | 0 | 0.14 |
| HSL | 185.62º | 0.86% | 0.46% | - |
| HSV(B) | 185.62º | 0.93% | 0.86% | - |
| XYZ | 33.65 | 46.53 | 74.23 | - |
| YUV | 147.15 | 168.54 | 34.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 200 | 219 | 0.93 | 0.09 | 0 | 0.14 | 185.62 | 0.86 | 0.46 |
| Hex | 10 | C8 | DB | 5D | 9 | 0 | E | BA | 56 | 2E |
| Octal | 20 | 310 | 333 | 135 | 11 | 0 | 16 | 272 | 126 | 56 |
| Binary | 10000 | 11001000 | 11011011 | 1011101 | 1001 | 0 | 1110 | 10111010 | 1010110 | 101110 |
Color Harmonies of #10C8DB
Complementary color
Monochromatic Colors of #10C8DB
Black with #10C8DB
Text Example
Text Example
White with #10C8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C8DB; }
p { color: rgb(16,200,219); }
H1.HeaderClassName
{
color: #10C8DB;
}
.AnyTagClassName
{
color: #10C8DB;
}
</style>
background-color css
<style>
a { background-color: #10C8DB; }
a { background-color: rgb(16,200,219); }
div.DivClassName
{
background-color: #10C8DB;
}
.BgClassName
{
background-color: #10C8DB;
}
</style>
border-color css
<style>
span { border-color: #10C8DB; }
span { border-color: rgb(16,200,219); }
td.TdClassName
{
border-color: #10C8DB;
}
.TagClassName
{
border-color: #10C8DB;
}
</style>