Shades of Aqua #1EFEFE
Tints of Aqua #1EFEFE
RGB
CMYK
RGB Variations
Color information
#1EFEFE (or 0x1EFEFE) is known color: Aqua. HEX triplet: 1E, FE and FE. RGB value is (30,254,254). Sum of RGB (Red+Green+Blue) = 30+254+254=538 (71% of max value = 765). Red value is 30 (12.11% from 255 or 5.58% from 538); Green value is 254 (99.61% from 255 or 47.21% from 538); Blue value is 254 (99.61% from 255 or 47.21% from 538); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #1EFEFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1EFEFE is #E10101. Grayscale: #BABABA. Windows color (decimal): -14745858 or 16711198. OLE color: 16711198.
HSL color Cylindrical-coordinate representation of color #1EFEFE: hue angle of 180º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EFEFE is Cyan = 0.88, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 30 | 254 | 254 | - |
| CMYK | 0.88 | 0 | 0 | 0.00 |
| HSL | 180º | 0.99% | 0.56% | - |
| HSV(B) | 180º | 0.88% | 1% | - |
| XYZ | 53.87 | 78.32 | 106.04 | - |
| YUV | 187.02 | 165.79 | 16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 254 | 254 | 0.88 | 0 | 0 | 0.00 | 180 | 0.99 | 0.56 |
| Hex | 1E | FE | FE | 58 | 0 | 0 | 0 | B4 | 63 | 38 |
| Octal | 36 | 376 | 376 | 130 | 0 | 0 | 0 | 264 | 143 | 70 |
| Binary | 11110 | 11111110 | 11111110 | 1011000 | 0 | 0 | 0 | 10110100 | 1100011 | 111000 |
Color Harmonies of #1EFEFE
Complementary color
Monochromatic Colors of #1EFEFE
Black with #1EFEFE
Text Example
Text Example
White with #1EFEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EFEFE; }
p { color: rgb(30,254,254); }
H1.HeaderClassName
{
color: #1EFEFE;
}
.AnyTagClassName
{
color: #1EFEFE;
}
</style>
background-color css
<style>
a { background-color: #1EFEFE; }
a { background-color: rgb(30,254,254); }
div.DivClassName
{
background-color: #1EFEFE;
}
.BgClassName
{
background-color: #1EFEFE;
}
</style>
border-color css
<style>
span { border-color: #1EFEFE; }
span { border-color: rgb(30,254,254); }
td.TdClassName
{
border-color: #1EFEFE;
}
.TagClassName
{
border-color: #1EFEFE;
}
</style>