Shades of Aqua #30EFFD
Tints of Aqua #30EFFD
RGB
CMYK
RGB Variations
Color information
#30EFFD (or 0x30EFFD) is known color: Aqua. HEX triplet: 30, EF and FD. RGB value is (48,239,253). Sum of RGB (Red+Green+Blue) = 48+239+253=540 (71% of max value = 765). Red value is 48 (19.14% from 255 or 8.89% from 540); Green value is 239 (93.75% from 255 or 44.26% from 540); Blue value is 253 (99.22% from 255 or 46.85% from 540); Max value from RGB is 253 - color contains mainly: blue. Hex color #30EFFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #30EFFD is #CF1002. Grayscale: #B7B7B7. Windows color (decimal): -13570051 or 16641840. OLE color: 16641840.
HSL color Cylindrical-coordinate representation of color #30EFFD: hue angle of 184.1º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30EFFD is Cyan = 0.81, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 48 | 239 | 253 | - |
| CMYK | 0.81 | 0.06 | 0 | 0.01 |
| HSL | 184.1º | 0.98% | 0.59% | - |
| HSV(B) | 184.1º | 0.81% | 0.99% | - |
| XYZ | 49.82 | 69.45 | 103.71 | - |
| YUV | 183.49 | 167.22 | 31.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 239 | 253 | 0.81 | 0.06 | 0 | 0.01 | 184.1 | 0.98 | 0.59 |
| Hex | 30 | EF | FD | 51 | 6 | 0 | 1 | B8 | 62 | 3B |
| Octal | 60 | 357 | 375 | 121 | 6 | 0 | 1 | 270 | 142 | 73 |
| Binary | 110000 | 11101111 | 11111101 | 1010001 | 110 | 0 | 1 | 10111000 | 1100010 | 111011 |
Color Harmonies of #30EFFD
Complementary color
Monochromatic Colors of #30EFFD
Black with #30EFFD
Text Example
Text Example
White with #30EFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30EFFD; }
p { color: rgb(48,239,253); }
H1.HeaderClassName
{
color: #30EFFD;
}
.AnyTagClassName
{
color: #30EFFD;
}
</style>
background-color css
<style>
a { background-color: #30EFFD; }
a { background-color: rgb(48,239,253); }
div.DivClassName
{
background-color: #30EFFD;
}
.BgClassName
{
background-color: #30EFFD;
}
</style>
border-color css
<style>
span { border-color: #30EFFD; }
span { border-color: rgb(48,239,253); }
td.TdClassName
{
border-color: #30EFFD;
}
.TagClassName
{
border-color: #30EFFD;
}
</style>