Shades of Dark Turquoise #10D1DB
Tints of Dark Turquoise #10D1DB
RGB
CMYK
RGB Variations
Color information
#10D1DB (or 0x10D1DB) is known color: Dark Turquoise. HEX triplet: 10, D1 and DB. RGB value is (16,209,219). Sum of RGB (Red+Green+Blue) = 16+209+219=444 (58% of max value = 765). Red value is 16 (6.64% from 255 or 3.60% from 444); Green value is 209 (82.03% from 255 or 47.07% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #10D1DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10D1DB is #EF2E24. Grayscale: #989898. Windows color (decimal): -15674917 or 14405904. OLE color: 14405904.
HSL color Cylindrical-coordinate representation of color #10D1DB: hue angle of 182.96º 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 #10D1DB is Cyan = 0.93, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 209 | 219 | - |
| CMYK | 0.93 | 0.05 | 0 | 0.14 |
| HSL | 182.96º | 0.86% | 0.46% | - |
| HSV(B) | 182.96º | 0.93% | 0.86% | - |
| XYZ | 35.8 | 50.83 | 74.94 | - |
| YUV | 152.43 | 165.56 | 30.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 209 | 219 | 0.93 | 0.05 | 0 | 0.14 | 182.96 | 0.86 | 0.46 |
| Hex | 10 | D1 | DB | 5D | 5 | 0 | E | B7 | 56 | 2E |
| Octal | 20 | 321 | 333 | 135 | 5 | 0 | 16 | 267 | 126 | 56 |
| Binary | 10000 | 11010001 | 11011011 | 1011101 | 101 | 0 | 1110 | 10110111 | 1010110 | 101110 |
Color Harmonies of #10D1DB
Complementary color
Monochromatic Colors of #10D1DB
Black with #10D1DB
Text Example
Text Example
White with #10D1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D1DB; }
p { color: rgb(16,209,219); }
H1.HeaderClassName
{
color: #10D1DB;
}
.AnyTagClassName
{
color: #10D1DB;
}
</style>
background-color css
<style>
a { background-color: #10D1DB; }
a { background-color: rgb(16,209,219); }
div.DivClassName
{
background-color: #10D1DB;
}
.BgClassName
{
background-color: #10D1DB;
}
</style>
border-color css
<style>
span { border-color: #10D1DB; }
span { border-color: rgb(16,209,219); }
td.TdClassName
{
border-color: #10D1DB;
}
.TagClassName
{
border-color: #10D1DB;
}
</style>