Shades of Bright Turquoise #1AE8EA
Tints of Bright Turquoise #1AE8EA
RGB
CMYK
RGB Variations
Color information
#1AE8EA (or 0x1AE8EA) is known color: Bright Turquoise. HEX triplet: 1A, E8 and EA. RGB value is (26,232,234). Sum of RGB (Red+Green+Blue) = 26+232+234=492 (65% of max value = 765). Red value is 26 (10.55% from 255 or 5.28% from 492); Green value is 232 (91.02% from 255 or 47.15% from 492); Blue value is 234 (91.80% from 255 or 47.56% from 492); Max value from RGB is 234 - color contains mainly: blue. Hex color #1AE8EA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1AE8EA is #E51715. Grayscale: #AAAAAA. Windows color (decimal): -15013654 or 15394842. OLE color: 15394842.
HSL color Cylindrical-coordinate representation of color #1AE8EA: hue angle of 180.58º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AE8EA is Cyan = 0.89, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 26 | 232 | 234 | - |
| CMYK | 0.89 | 0.01 | 0 | 0.08 |
| HSL | 180.58º | 0.83% | 0.51% | - |
| HSV(B) | 180.58º | 0.89% | 0.92% | - |
| XYZ | 44.13 | 63.87 | 87.84 | - |
| YUV | 170.63 | 163.75 | 24.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 232 | 234 | 0.89 | 0.01 | 0 | 0.08 | 180.58 | 0.83 | 0.51 |
| Hex | 1A | E8 | EA | 59 | 1 | 0 | 8 | B5 | 53 | 33 |
| Octal | 32 | 350 | 352 | 131 | 1 | 0 | 10 | 265 | 123 | 63 |
| Binary | 11010 | 11101000 | 11101010 | 1011001 | 1 | 0 | 1000 | 10110101 | 1010011 | 110011 |
Color Harmonies of #1AE8EA
Complementary color
Monochromatic Colors of #1AE8EA
Black with #1AE8EA
Text Example
Text Example
White with #1AE8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AE8EA; }
p { color: rgb(26,232,234); }
H1.HeaderClassName
{
color: #1AE8EA;
}
.AnyTagClassName
{
color: #1AE8EA;
}
</style>
background-color css
<style>
a { background-color: #1AE8EA; }
a { background-color: rgb(26,232,234); }
div.DivClassName
{
background-color: #1AE8EA;
}
.BgClassName
{
background-color: #1AE8EA;
}
</style>
border-color css
<style>
span { border-color: #1AE8EA; }
span { border-color: rgb(26,232,234); }
td.TdClassName
{
border-color: #1AE8EA;
}
.TagClassName
{
border-color: #1AE8EA;
}
</style>