Shades of Bright Turquoise #1AE9E8
Tints of Bright Turquoise #1AE9E8
RGB
CMYK
RGB Variations
Color information
#1AE9E8 (or 0x1AE9E8) is known color: Bright Turquoise. HEX triplet: 1A, E9 and E8. RGB value is (26,233,232). Sum of RGB (Red+Green+Blue) = 26+233+232=491 (65% of max value = 765). Red value is 26 (10.55% from 255 or 5.30% from 491); Green value is 233 (91.41% from 255 or 47.45% from 491); Blue value is 232 (91.02% from 255 or 47.25% from 491); Max value from RGB is 233 - color contains mainly: green. Hex color #1AE9E8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1AE9E8 is #E51617. Grayscale: #AAAAAA. Windows color (decimal): -15013400 or 15264026. OLE color: 15264026.
HSL color Cylindrical-coordinate representation of color #1AE9E8: hue angle of 179.71º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AE9E8 is Cyan = 0.89, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 26 | 233 | 232 | - |
| CMYK | 0.89 | 0 | 0.00 | 0.09 |
| HSL | 179.71º | 0.82% | 0.51% | - |
| HSV(B) | 179.71º | 0.89% | 0.91% | - |
| XYZ | 44.13 | 64.32 | 86.43 | - |
| YUV | 170.99 | 162.42 | 24.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 233 | 232 | 0.89 | 0 | 0.00 | 0.09 | 179.71 | 0.82 | 0.51 |
| Hex | 1A | E9 | E8 | 59 | 0 | 0 | 9 | B4 | 52 | 33 |
| Octal | 32 | 351 | 350 | 131 | 0 | 0 | 11 | 264 | 122 | 63 |
| Binary | 11010 | 11101001 | 11101000 | 1011001 | 0 | 0 | 1001 | 10110100 | 1010010 | 110011 |
Color Harmonies of #1AE9E8
Complementary color
Monochromatic Colors of #1AE9E8
Black with #1AE9E8
Text Example
Text Example
White with #1AE9E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AE9E8; }
p { color: rgb(26,233,232); }
H1.HeaderClassName
{
color: #1AE9E8;
}
.AnyTagClassName
{
color: #1AE9E8;
}
</style>
background-color css
<style>
a { background-color: #1AE9E8; }
a { background-color: rgb(26,233,232); }
div.DivClassName
{
background-color: #1AE9E8;
}
.BgClassName
{
background-color: #1AE9E8;
}
</style>
border-color css
<style>
span { border-color: #1AE9E8; }
span { border-color: rgb(26,233,232); }
td.TdClassName
{
border-color: #1AE9E8;
}
.TagClassName
{
border-color: #1AE9E8;
}
</style>