Shades of Bright Turquoise #10E2D9
Tints of Bright Turquoise #10E2D9
RGB
CMYK
RGB Variations
Color information
#10E2D9 (or 0x10E2D9) is known color: Bright Turquoise. HEX triplet: 10, E2 and D9. RGB value is (16,226,217). Sum of RGB (Red+Green+Blue) = 16+226+217=459 (60% of max value = 765). Red value is 16 (6.64% from 255 or 3.49% from 459); Green value is 226 (88.67% from 255 or 49.24% from 459); Blue value is 217 (85.16% from 255 or 47.28% from 459); Max value from RGB is 226 - color contains mainly: green. Hex color #10E2D9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10E2D9 is #EF1D26. Grayscale: #A2A2A2. Windows color (decimal): -15670567 or 14279184. OLE color: 14279184.
HSL color Cylindrical-coordinate representation of color #10E2D9: hue angle of 177.43º 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 #10E2D9 is Cyan = 0.93, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 16 | 226 | 217 | - |
| CMYK | 0.93 | 0 | 0.04 | 0.11 |
| HSL | 177.43º | 0.87% | 0.47% | - |
| HSV(B) | 177.43º | 0.93% | 0.89% | - |
| XYZ | 39.93 | 59.51 | 75.03 | - |
| YUV | 162.18 | 158.93 | 23.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 226 | 217 | 0.93 | 0 | 0.04 | 0.11 | 177.43 | 0.87 | 0.47 |
| Hex | 10 | E2 | D9 | 5D | 0 | 4 | B | B1 | 57 | 2F |
| Octal | 20 | 342 | 331 | 135 | 0 | 4 | 13 | 261 | 127 | 57 |
| Binary | 10000 | 11100010 | 11011001 | 1011101 | 0 | 100 | 1011 | 10110001 | 1010111 | 101111 |
Color Harmonies of #10E2D9
Complementary color
Monochromatic Colors of #10E2D9
Black with #10E2D9
Text Example
Text Example
White with #10E2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10E2D9; }
p { color: rgb(16,226,217); }
H1.HeaderClassName
{
color: #10E2D9;
}
.AnyTagClassName
{
color: #10E2D9;
}
</style>
background-color css
<style>
a { background-color: #10E2D9; }
a { background-color: rgb(16,226,217); }
div.DivClassName
{
background-color: #10E2D9;
}
.BgClassName
{
background-color: #10E2D9;
}
</style>
border-color css
<style>
span { border-color: #10E2D9; }
span { border-color: rgb(16,226,217); }
td.TdClassName
{
border-color: #10E2D9;
}
.TagClassName
{
border-color: #10E2D9;
}
</style>