Shades of Bright Turquoise #1AE5BE
Tints of Bright Turquoise #1AE5BE
RGB
CMYK
RGB Variations
Color information
#1AE5BE (or 0x1AE5BE) is known color: Bright Turquoise. HEX triplet: 1A, E5 and BE. RGB value is (26,229,190). Sum of RGB (Red+Green+Blue) = 26+229+190=445 (58% of max value = 765). Red value is 26 (10.55% from 255 or 5.84% from 445); Green value is 229 (89.84% from 255 or 51.46% from 445); Blue value is 190 (74.61% from 255 or 42.70% from 445); Max value from RGB is 229 - color contains mainly: green. Hex color #1AE5BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AE5BE is #E51A41. Grayscale: #A3A3A3. Windows color (decimal): -15014466 or 12510490. OLE color: 12510490.
HSL color Cylindrical-coordinate representation of color #1AE5BE: hue angle of 168.47º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AE5BE is Cyan = 0.89, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 26 | 229 | 190 | - |
| CMYK | 0.89 | 0 | 0.17 | 0.10 |
| HSL | 168.47º | 0.8% | 0.5% | - |
| HSV(B) | 168.47º | 0.89% | 0.9% | - |
| XYZ | 37.74 | 59.98 | 58.3 | - |
| YUV | 163.86 | 142.75 | 29.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 229 | 190 | 0.89 | 0 | 0.17 | 0.10 | 168.47 | 0.8 | 0.5 |
| Hex | 1A | E5 | BE | 59 | 0 | 11 | A | A8 | 50 | 32 |
| Octal | 32 | 345 | 276 | 131 | 0 | 21 | 12 | 250 | 120 | 62 |
| Binary | 11010 | 11100101 | 10111110 | 1011001 | 0 | 10001 | 1010 | 10101000 | 1010000 | 110010 |
Color Harmonies of #1AE5BE
Complementary color
Monochromatic Colors of #1AE5BE
Black with #1AE5BE
Text Example
Text Example
White with #1AE5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AE5BE; }
p { color: rgb(26,229,190); }
H1.HeaderClassName
{
color: #1AE5BE;
}
.AnyTagClassName
{
color: #1AE5BE;
}
</style>
background-color css
<style>
a { background-color: #1AE5BE; }
a { background-color: rgb(26,229,190); }
div.DivClassName
{
background-color: #1AE5BE;
}
.BgClassName
{
background-color: #1AE5BE;
}
</style>
border-color css
<style>
span { border-color: #1AE5BE; }
span { border-color: rgb(26,229,190); }
td.TdClassName
{
border-color: #1AE5BE;
}
.TagClassName
{
border-color: #1AE5BE;
}
</style>