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