Shades of Bright Turquoise #1AE0FE
Tints of Bright Turquoise #1AE0FE
RGB
CMYK
RGB Variations
Color information
#1AE0FE (or 0x1AE0FE) is known color: Bright Turquoise. HEX triplet: 1A, E0 and FE. RGB value is (26,224,254). Sum of RGB (Red+Green+Blue) = 26+224+254=504 (66% of max value = 765). Red value is 26 (10.55% from 255 or 5.16% from 504); Green value is 224 (87.89% from 255 or 44.44% from 504); Blue value is 254 (99.61% from 255 or 50.40% from 504); Max value from RGB is 254 - color contains mainly: blue. Hex color #1AE0FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1AE0FE is #E51F01. Grayscale: #A7A7A7. Windows color (decimal): -15015682 or 16703514. OLE color: 16703514.
HSL color Cylindrical-coordinate representation of color #1AE0FE: hue angle of 187.89º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AE0FE is Cyan = 0.90, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 26 | 224 | 254 | - |
| CMYK | 0.90 | 0.12 | 0 | 0.00 |
| HSL | 187.89º | 0.99% | 0.55% | - |
| HSV(B) | 187.89º | 0.9% | 1% | - |
| XYZ | 44.97 | 60.69 | 103.11 | - |
| YUV | 168.22 | 176.4 | 26.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 224 | 254 | 0.90 | 0.12 | 0 | 0.00 | 187.89 | 0.99 | 0.55 |
| Hex | 1A | E0 | FE | 5A | C | 0 | 0 | BC | 63 | 37 |
| Octal | 32 | 340 | 376 | 132 | 14 | 0 | 0 | 274 | 143 | 67 |
| Binary | 11010 | 11100000 | 11111110 | 1011010 | 1100 | 0 | 0 | 10111100 | 1100011 | 110111 |
Color Harmonies of #1AE0FE
Complementary color
Monochromatic Colors of #1AE0FE
Black with #1AE0FE
Text Example
Text Example
White with #1AE0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AE0FE; }
p { color: rgb(26,224,254); }
H1.HeaderClassName
{
color: #1AE0FE;
}
.AnyTagClassName
{
color: #1AE0FE;
}
</style>
background-color css
<style>
a { background-color: #1AE0FE; }
a { background-color: rgb(26,224,254); }
div.DivClassName
{
background-color: #1AE0FE;
}
.BgClassName
{
background-color: #1AE0FE;
}
</style>
border-color css
<style>
span { border-color: #1AE0FE; }
span { border-color: rgb(26,224,254); }
td.TdClassName
{
border-color: #1AE0FE;
}
.TagClassName
{
border-color: #1AE0FE;
}
</style>