Shades of Bright Turquoise #10DBE2
Tints of Bright Turquoise #10DBE2
RGB
CMYK
RGB Variations
Color information
#10DBE2 (or 0x10DBE2) is known color: Bright Turquoise. HEX triplet: 10, DB and E2. RGB value is (16,219,226). Sum of RGB (Red+Green+Blue) = 16+219+226=461 (61% of max value = 765). Red value is 16 (6.64% from 255 or 3.47% from 461); Green value is 219 (85.94% from 255 or 47.51% from 461); Blue value is 226 (88.67% from 255 or 49.02% from 461); Max value from RGB is 226 - color contains mainly: blue. Hex color #10DBE2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10DBE2 is #EF241D. Grayscale: #9E9E9E. Windows color (decimal): -15672350 or 14867216. OLE color: 14867216.
HSL color Cylindrical-coordinate representation of color #10DBE2: hue angle of 182º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DBE2 is Cyan = 0.93, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 16 | 219 | 226 | - |
| CMYK | 0.93 | 0.03 | 0 | 0.11 |
| HSL | 182º | 0.87% | 0.47% | - |
| HSV(B) | 182º | 0.93% | 0.89% | - |
| XYZ | 39.27 | 56.26 | 80.74 | - |
| YUV | 159.1 | 165.75 | 25.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 219 | 226 | 0.93 | 0.03 | 0 | 0.11 | 182 | 0.87 | 0.47 |
| Hex | 10 | DB | E2 | 5D | 3 | 0 | B | B6 | 57 | 2F |
| Octal | 20 | 333 | 342 | 135 | 3 | 0 | 13 | 266 | 127 | 57 |
| Binary | 10000 | 11011011 | 11100010 | 1011101 | 11 | 0 | 1011 | 10110110 | 1010111 | 101111 |
Color Harmonies of #10DBE2
Complementary color
Monochromatic Colors of #10DBE2
Black with #10DBE2
Text Example
Text Example
White with #10DBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DBE2; }
p { color: rgb(16,219,226); }
H1.HeaderClassName
{
color: #10DBE2;
}
.AnyTagClassName
{
color: #10DBE2;
}
</style>
background-color css
<style>
a { background-color: #10DBE2; }
a { background-color: rgb(16,219,226); }
div.DivClassName
{
background-color: #10DBE2;
}
.BgClassName
{
background-color: #10DBE2;
}
</style>
border-color css
<style>
span { border-color: #10DBE2; }
span { border-color: rgb(16,219,226); }
td.TdClassName
{
border-color: #10DBE2;
}
.TagClassName
{
border-color: #10DBE2;
}
</style>