Shades of Bright Turquoise #10E5BE
Tints of Bright Turquoise #10E5BE
RGB
CMYK
RGB Variations
Color information
#10E5BE (or 0x10E5BE) is known color: Bright Turquoise. HEX triplet: 10, E5 and BE. RGB value is (16,229,190). Sum of RGB (Red+Green+Blue) = 16+229+190=435 (57% of max value = 765). Red value is 16 (6.64% from 255 or 3.68% from 435); Green value is 229 (89.84% from 255 or 52.64% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 229 - color contains mainly: green. Hex color #10E5BE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10E5BE is #EF1A41. Grayscale: #A0A0A0. Windows color (decimal): -15669826 or 12510480. OLE color: 12510480.
HSL color Cylindrical-coordinate representation of color #10E5BE: hue angle of 169.01º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10E5BE is Cyan = 0.93, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 16 | 229 | 190 | - |
| CMYK | 0.93 | 0 | 0.17 | 0.10 |
| HSL | 169.01º | 0.87% | 0.48% | - |
| HSV(B) | 169.01º | 0.93% | 0.9% | - |
| XYZ | 37.53 | 59.87 | 58.29 | - |
| YUV | 160.87 | 144.43 | 24.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 229 | 190 | 0.93 | 0 | 0.17 | 0.10 | 169.01 | 0.87 | 0.48 |
| Hex | 10 | E5 | BE | 5D | 0 | 11 | A | A9 | 57 | 30 |
| Octal | 20 | 345 | 276 | 135 | 0 | 21 | 12 | 251 | 127 | 60 |
| Binary | 10000 | 11100101 | 10111110 | 1011101 | 0 | 10001 | 1010 | 10101001 | 1010111 | 110000 |
Color Harmonies of #10E5BE
Complementary color
Monochromatic Colors of #10E5BE
Black with #10E5BE
Text Example
Text Example
White with #10E5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10E5BE; }
p { color: rgb(16,229,190); }
H1.HeaderClassName
{
color: #10E5BE;
}
.AnyTagClassName
{
color: #10E5BE;
}
</style>
background-color css
<style>
a { background-color: #10E5BE; }
a { background-color: rgb(16,229,190); }
div.DivClassName
{
background-color: #10E5BE;
}
.BgClassName
{
background-color: #10E5BE;
}
</style>
border-color css
<style>
span { border-color: #10E5BE; }
span { border-color: rgb(16,229,190); }
td.TdClassName
{
border-color: #10E5BE;
}
.TagClassName
{
border-color: #10E5BE;
}
</style>