Shades of Dark Turquoise #10C9DB
Tints of Dark Turquoise #10C9DB
RGB
CMYK
RGB Variations
Color information
#10C9DB (or 0x10C9DB) is known color: Dark Turquoise. HEX triplet: 10, C9 and DB. RGB value is (16,201,219). Sum of RGB (Red+Green+Blue) = 16+201+219=436 (57% of max value = 765). Red value is 16 (6.64% from 255 or 3.67% from 436); Green value is 201 (78.91% from 255 or 46.10% from 436); Blue value is 219 (85.94% from 255 or 50.23% from 436); Max value from RGB is 219 - color contains mainly: blue. Hex color #10C9DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10C9DB is #EF3624. Grayscale: #939393. Windows color (decimal): -15676965 or 14403856. OLE color: 14403856.
HSL color Cylindrical-coordinate representation of color #10C9DB: hue angle of 185.32º 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 #10C9DB is Cyan = 0.93, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 201 | 219 | - |
| CMYK | 0.93 | 0.08 | 0 | 0.14 |
| HSL | 185.32º | 0.86% | 0.46% | - |
| HSV(B) | 185.32º | 0.93% | 0.86% | - |
| XYZ | 33.89 | 47 | 74.3 | - |
| YUV | 147.74 | 168.21 | 34.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 201 | 219 | 0.93 | 0.08 | 0 | 0.14 | 185.32 | 0.86 | 0.46 |
| Hex | 10 | C9 | DB | 5D | 8 | 0 | E | B9 | 56 | 2E |
| Octal | 20 | 311 | 333 | 135 | 10 | 0 | 16 | 271 | 126 | 56 |
| Binary | 10000 | 11001001 | 11011011 | 1011101 | 1000 | 0 | 1110 | 10111001 | 1010110 | 101110 |
Color Harmonies of #10C9DB
Complementary color
Monochromatic Colors of #10C9DB
Black with #10C9DB
Text Example
Text Example
White with #10C9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C9DB; }
p { color: rgb(16,201,219); }
H1.HeaderClassName
{
color: #10C9DB;
}
.AnyTagClassName
{
color: #10C9DB;
}
</style>
background-color css
<style>
a { background-color: #10C9DB; }
a { background-color: rgb(16,201,219); }
div.DivClassName
{
background-color: #10C9DB;
}
.BgClassName
{
background-color: #10C9DB;
}
</style>
border-color css
<style>
span { border-color: #10C9DB; }
span { border-color: rgb(16,201,219); }
td.TdClassName
{
border-color: #10C9DB;
}
.TagClassName
{
border-color: #10C9DB;
}
</style>