Shades of Bright Turquoise #1AE5E7
Tints of Bright Turquoise #1AE5E7
RGB
CMYK
RGB Variations
Color information
#1AE5E7 (or 0x1AE5E7) is known color: Bright Turquoise. HEX triplet: 1A, E5 and E7. RGB value is (26,229,231). Sum of RGB (Red+Green+Blue) = 26+229+231=486 (64% of max value = 765). Red value is 26 (10.55% from 255 or 5.35% from 486); Green value is 229 (89.84% from 255 or 47.12% from 486); Blue value is 231 (90.62% from 255 or 47.53% from 486); Max value from RGB is 231 - color contains mainly: blue. Hex color #1AE5E7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1AE5E7 is #E51A18. Grayscale: #A8A8A8. Windows color (decimal): -15014425 or 15197466. OLE color: 15197466.
HSL color Cylindrical-coordinate representation of color #1AE5E7: hue angle of 180.59º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AE5E7 is Cyan = 0.89, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 26 | 229 | 231 | - |
| CMYK | 0.89 | 0.01 | 0 | 0.09 |
| HSL | 180.59º | 0.81% | 0.5% | - |
| HSV(B) | 180.59º | 0.89% | 0.91% | - |
| XYZ | 42.87 | 62.03 | 85.31 | - |
| YUV | 168.53 | 163.25 | 26.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 229 | 231 | 0.89 | 0.01 | 0 | 0.09 | 180.59 | 0.81 | 0.5 |
| Hex | 1A | E5 | E7 | 59 | 1 | 0 | 9 | B5 | 51 | 32 |
| Octal | 32 | 345 | 347 | 131 | 1 | 0 | 11 | 265 | 121 | 62 |
| Binary | 11010 | 11100101 | 11100111 | 1011001 | 1 | 0 | 1001 | 10110101 | 1010001 | 110010 |
Color Harmonies of #1AE5E7
Complementary color
Monochromatic Colors of #1AE5E7
Black with #1AE5E7
Text Example
Text Example
White with #1AE5E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AE5E7; }
p { color: rgb(26,229,231); }
H1.HeaderClassName
{
color: #1AE5E7;
}
.AnyTagClassName
{
color: #1AE5E7;
}
</style>
background-color css
<style>
a { background-color: #1AE5E7; }
a { background-color: rgb(26,229,231); }
div.DivClassName
{
background-color: #1AE5E7;
}
.BgClassName
{
background-color: #1AE5E7;
}
</style>
border-color css
<style>
span { border-color: #1AE5E7; }
span { border-color: rgb(26,229,231); }
td.TdClassName
{
border-color: #1AE5E7;
}
.TagClassName
{
border-color: #1AE5E7;
}
</style>