Shades of Dark Turquoise #10D6DB
Tints of Dark Turquoise #10D6DB
RGB
CMYK
RGB Variations
Color information
#10D6DB (or 0x10D6DB) is known color: Dark Turquoise. HEX triplet: 10, D6 and DB. RGB value is (16,214,219). Sum of RGB (Red+Green+Blue) = 16+214+219=449 (59% of max value = 765). Red value is 16 (6.64% from 255 or 3.56% from 449); Green value is 214 (83.98% from 255 or 47.66% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: blue. Hex color #10D6DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10D6DB is #EF2924. Grayscale: #9B9B9B. Windows color (decimal): -15673637 or 14407184. OLE color: 14407184.
HSL color Cylindrical-coordinate representation of color #10D6DB: hue angle of 181.48º 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 #10D6DB is Cyan = 0.93, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 214 | 219 | - |
| CMYK | 0.93 | 0.02 | 0 | 0.14 |
| HSL | 181.48º | 0.86% | 0.46% | - |
| HSV(B) | 181.48º | 0.93% | 0.86% | - |
| XYZ | 37.05 | 53.32 | 75.36 | - |
| YUV | 155.37 | 163.9 | 28.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 214 | 219 | 0.93 | 0.02 | 0 | 0.14 | 181.48 | 0.86 | 0.46 |
| Hex | 10 | D6 | DB | 5D | 2 | 0 | E | B5 | 56 | 2E |
| Octal | 20 | 326 | 333 | 135 | 2 | 0 | 16 | 265 | 126 | 56 |
| Binary | 10000 | 11010110 | 11011011 | 1011101 | 10 | 0 | 1110 | 10110101 | 1010110 | 101110 |
Color Harmonies of #10D6DB
Complementary color
Monochromatic Colors of #10D6DB
Black with #10D6DB
Text Example
Text Example
White with #10D6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D6DB; }
p { color: rgb(16,214,219); }
H1.HeaderClassName
{
color: #10D6DB;
}
.AnyTagClassName
{
color: #10D6DB;
}
</style>
background-color css
<style>
a { background-color: #10D6DB; }
a { background-color: rgb(16,214,219); }
div.DivClassName
{
background-color: #10D6DB;
}
.BgClassName
{
background-color: #10D6DB;
}
</style>
border-color css
<style>
span { border-color: #10D6DB; }
span { border-color: rgb(16,214,219); }
td.TdClassName
{
border-color: #10D6DB;
}
.TagClassName
{
border-color: #10D6DB;
}
</style>