Shades of Bright Turquoise #1AEEBE
Tints of Bright Turquoise #1AEEBE
RGB
CMYK
RGB Variations
Color information
#1AEEBE (or 0x1AEEBE) is known color: Bright Turquoise. HEX triplet: 1A, EE and BE. RGB value is (26,238,190). Sum of RGB (Red+Green+Blue) = 26+238+190=454 (60% of max value = 765). Red value is 26 (10.55% from 255 or 5.73% from 454); Green value is 238 (93.36% from 255 or 52.42% from 454); Blue value is 190 (74.61% from 255 or 41.85% from 454); Max value from RGB is 238 - color contains mainly: green. Hex color #1AEEBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AEEBE is #E51141. Grayscale: #A9A9A9. Windows color (decimal): -15012162 or 12512794. OLE color: 12512794.
HSL color Cylindrical-coordinate representation of color #1AEEBE: hue angle of 166.42º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AEEBE is Cyan = 0.89, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 26 | 238 | 190 | - |
| CMYK | 0.89 | 0 | 0.20 | 0.07 |
| HSL | 166.42º | 0.86% | 0.52% | - |
| HSV(B) | 166.42º | 0.89% | 0.93% | - |
| XYZ | 40.29 | 65.09 | 59.15 | - |
| YUV | 169.14 | 139.76 | 25.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 238 | 190 | 0.89 | 0 | 0.20 | 0.07 | 166.42 | 0.86 | 0.52 |
| Hex | 1A | EE | BE | 59 | 0 | 14 | 7 | A6 | 56 | 34 |
| Octal | 32 | 356 | 276 | 131 | 0 | 24 | 7 | 246 | 126 | 64 |
| Binary | 11010 | 11101110 | 10111110 | 1011001 | 0 | 10100 | 111 | 10100110 | 1010110 | 110100 |
Color Harmonies of #1AEEBE
Complementary color
Monochromatic Colors of #1AEEBE
Black with #1AEEBE
Text Example
Text Example
White with #1AEEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AEEBE; }
p { color: rgb(26,238,190); }
H1.HeaderClassName
{
color: #1AEEBE;
}
.AnyTagClassName
{
color: #1AEEBE;
}
</style>
background-color css
<style>
a { background-color: #1AEEBE; }
a { background-color: rgb(26,238,190); }
div.DivClassName
{
background-color: #1AEEBE;
}
.BgClassName
{
background-color: #1AEEBE;
}
</style>
border-color css
<style>
span { border-color: #1AEEBE; }
span { border-color: rgb(26,238,190); }
td.TdClassName
{
border-color: #1AEEBE;
}
.TagClassName
{
border-color: #1AEEBE;
}
</style>