Shades of Aqua #30FDFF
Tints of Aqua #30FDFF
RGB
CMYK
RGB Variations
Color information
#30FDFF (or 0x30FDFF) is known color: Aqua. HEX triplet: 30, FD and FF. RGB value is (48,253,255). Sum of RGB (Red+Green+Blue) = 48+253+255=556 (73% of max value = 765). Red value is 48 (19.14% from 255 or 8.63% from 556); Green value is 253 (99.22% from 255 or 45.50% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #30FDFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #30FDFF is #CF0200. Grayscale: #BFBFBF. Windows color (decimal): -13566465 or 16776496. OLE color: 16776496.
HSL color Cylindrical-coordinate representation of color #30FDFF: hue angle of 180.58º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30FDFF is Cyan = 0.81, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 253 | 255 | - |
| CMYK | 0.81 | 0.01 | 0 | 0 |
| HSL | 180.58º | 1% | 0.59% | - |
| HSV(B) | 180.58º | 0.81% | 1% | - |
| XYZ | 54.39 | 78.1 | 106.82 | - |
| YUV | 191.93 | 163.58 | 25.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 253 | 255 | 0.81 | 0.01 | 0 | 0 | 180.58 | 1 | 0.59 |
| Hex | 30 | FD | FF | 51 | 1 | 0 | 0 | B5 | 64 | 3B |
| Octal | 60 | 375 | 377 | 121 | 1 | 0 | 0 | 265 | 144 | 73 |
| Binary | 110000 | 11111101 | 11111111 | 1010001 | 1 | 0 | 0 | 10110101 | 1100100 | 111011 |
Color Harmonies of #30FDFF
Complementary color
Monochromatic Colors of #30FDFF
Black with #30FDFF
Text Example
Text Example
White with #30FDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FDFF; }
p { color: rgb(48,253,255); }
H1.HeaderClassName
{
color: #30FDFF;
}
.AnyTagClassName
{
color: #30FDFF;
}
</style>
background-color css
<style>
a { background-color: #30FDFF; }
a { background-color: rgb(48,253,255); }
div.DivClassName
{
background-color: #30FDFF;
}
.BgClassName
{
background-color: #30FDFF;
}
</style>
border-color css
<style>
span { border-color: #30FDFF; }
span { border-color: rgb(48,253,255); }
td.TdClassName
{
border-color: #30FDFF;
}
.TagClassName
{
border-color: #30FDFF;
}
</style>