Shades of Aqua #33FDFF
Tints of Aqua #33FDFF
RGB
CMYK
RGB Variations
Color information
#33FDFF (or 0x33FDFF) is known color: Aqua. HEX triplet: 33, FD and FF. RGB value is (51,253,255). Sum of RGB (Red+Green+Blue) = 51+253+255=559 (74% of max value = 765). Red value is 51 (20.31% from 255 or 9.12% from 559); Green value is 253 (99.22% from 255 or 45.26% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #33FDFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #33FDFF is #CC0200. Grayscale: #C0C0C0. Windows color (decimal): -13369857 or 16776499. OLE color: 16776499.
HSL color Cylindrical-coordinate representation of color #33FDFF: hue angle of 180.59º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33FDFF is Cyan = 0.8, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 51 | 253 | 255 | - |
| CMYK | 0.8 | 0.01 | 0 | 0 |
| HSL | 180.59º | 1% | 0.6% | - |
| HSV(B) | 180.59º | 0.8% | 1% | - |
| XYZ | 54.54 | 78.17 | 106.82 | - |
| YUV | 192.83 | 163.08 | 26.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 253 | 255 | 0.8 | 0.01 | 0 | 0 | 180.59 | 1 | 0.6 |
| Hex | 33 | FD | FF | 50 | 1 | 0 | 0 | B5 | 64 | 3C |
| Octal | 63 | 375 | 377 | 120 | 1 | 0 | 0 | 265 | 144 | 74 |
| Binary | 110011 | 11111101 | 11111111 | 1010000 | 1 | 0 | 0 | 10110101 | 1100100 | 111100 |
Color Harmonies of #33FDFF
Complementary color
Monochromatic Colors of #33FDFF
Black with #33FDFF
Text Example
Text Example
White with #33FDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33FDFF; }
p { color: rgb(51,253,255); }
H1.HeaderClassName
{
color: #33FDFF;
}
.AnyTagClassName
{
color: #33FDFF;
}
</style>
background-color css
<style>
a { background-color: #33FDFF; }
a { background-color: rgb(51,253,255); }
div.DivClassName
{
background-color: #33FDFF;
}
.BgClassName
{
background-color: #33FDFF;
}
</style>
border-color css
<style>
span { border-color: #33FDFF; }
span { border-color: rgb(51,253,255); }
td.TdClassName
{
border-color: #33FDFF;
}
.TagClassName
{
border-color: #33FDFF;
}
</style>