Shades of Aqua #1EFEFD
Tints of Aqua #1EFEFD
RGB
CMYK
RGB Variations
Color information
#1EFEFD (or 0x1EFEFD) is known color: Aqua. HEX triplet: 1E, FE and FD. RGB value is (30,254,253). Sum of RGB (Red+Green+Blue) = 30+254+253=537 (71% of max value = 765). Red value is 30 (12.11% from 255 or 5.59% from 537); Green value is 254 (99.61% from 255 or 47.30% from 537); Blue value is 253 (99.22% from 255 or 47.11% from 537); Max value from RGB is 254 - color contains mainly: green. Hex color #1EFEFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1EFEFD is #E10102. Grayscale: #BABABA. Windows color (decimal): -14745859 or 16645662. OLE color: 16645662.
HSL color Cylindrical-coordinate representation of color #1EFEFD: hue angle of 179.73º 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 #1EFEFD is Cyan = 0.88, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 30 | 254 | 253 | - |
| CMYK | 0.88 | 0 | 0.00 | 0.00 |
| HSL | 179.73º | 0.99% | 0.56% | - |
| HSV(B) | 179.73º | 0.88% | 1% | - |
| XYZ | 53.71 | 78.25 | 105.2 | - |
| YUV | 186.91 | 165.29 | 16.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 254 | 253 | 0.88 | 0 | 0.00 | 0.00 | 179.73 | 0.99 | 0.56 |
| Hex | 1E | FE | FD | 58 | 0 | 0 | 0 | B4 | 63 | 38 |
| Octal | 36 | 376 | 375 | 130 | 0 | 0 | 0 | 264 | 143 | 70 |
| Binary | 11110 | 11111110 | 11111101 | 1011000 | 0 | 0 | 0 | 10110100 | 1100011 | 111000 |
Color Harmonies of #1EFEFD
Complementary color
Monochromatic Colors of #1EFEFD
Black with #1EFEFD
Text Example
Text Example
White with #1EFEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EFEFD; }
p { color: rgb(30,254,253); }
H1.HeaderClassName
{
color: #1EFEFD;
}
.AnyTagClassName
{
color: #1EFEFD;
}
</style>
background-color css
<style>
a { background-color: #1EFEFD; }
a { background-color: rgb(30,254,253); }
div.DivClassName
{
background-color: #1EFEFD;
}
.BgClassName
{
background-color: #1EFEFD;
}
</style>
border-color css
<style>
span { border-color: #1EFEFD; }
span { border-color: rgb(30,254,253); }
td.TdClassName
{
border-color: #1EFEFD;
}
.TagClassName
{
border-color: #1EFEFD;
}
</style>