Shades of Aqua #1EFDFD
Tints of Aqua #1EFDFD
RGB
CMYK
RGB Variations
Color information
#1EFDFD (or 0x1EFDFD) is known color: Aqua. HEX triplet: 1E, FD and FD. RGB value is (30,253,253). Sum of RGB (Red+Green+Blue) = 30+253+253=536 (70% of max value = 765). Red value is 30 (12.11% from 255 or 5.60% from 536); Green value is 253 (99.22% from 255 or 47.20% from 536); Blue value is 253 (99.22% from 255 or 47.20% from 536); Max value from RGB is 253 - color contains mainly: green, blue. Hex color #1EFDFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1EFDFD is #E10202. Grayscale: #BABABA. Windows color (decimal): -14746115 or 16645406. OLE color: 16645406.
HSL color Cylindrical-coordinate representation of color #1EFDFD: hue angle of 180º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EFDFD is Cyan = 0.88, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 30 | 253 | 253 | - |
| CMYK | 0.88 | 0 | 0 | 0.01 |
| HSL | 180º | 0.98% | 0.55% | - |
| HSV(B) | 180º | 0.88% | 0.99% | - |
| XYZ | 53.39 | 77.62 | 105.1 | - |
| YUV | 186.32 | 165.62 | 16.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 253 | 253 | 0.88 | 0 | 0 | 0.01 | 180 | 0.98 | 0.55 |
| Hex | 1E | FD | FD | 58 | 0 | 0 | 1 | B4 | 62 | 37 |
| Octal | 36 | 375 | 375 | 130 | 0 | 0 | 1 | 264 | 142 | 67 |
| Binary | 11110 | 11111101 | 11111101 | 1011000 | 0 | 0 | 1 | 10110100 | 1100010 | 110111 |
Color Harmonies of #1EFDFD
Complementary color
Monochromatic Colors of #1EFDFD
Black with #1EFDFD
Text Example
Text Example
White with #1EFDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EFDFD; }
p { color: rgb(30,253,253); }
H1.HeaderClassName
{
color: #1EFDFD;
}
.AnyTagClassName
{
color: #1EFDFD;
}
</style>
background-color css
<style>
a { background-color: #1EFDFD; }
a { background-color: rgb(30,253,253); }
div.DivClassName
{
background-color: #1EFDFD;
}
.BgClassName
{
background-color: #1EFDFD;
}
</style>
border-color css
<style>
span { border-color: #1EFDFD; }
span { border-color: rgb(30,253,253); }
td.TdClassName
{
border-color: #1EFDFD;
}
.TagClassName
{
border-color: #1EFDFD;
}
</style>