Shades of Aqua #33FEFF
Tints of Aqua #33FEFF
RGB
CMYK
RGB Variations
Color information
#33FEFF (or 0x33FEFF) is known color: Aqua. HEX triplet: 33, FE and FF. RGB value is (51,254,255). Sum of RGB (Red+Green+Blue) = 51+254+255=560 (74% of max value = 765). Red value is 51 (20.31% from 255 or 9.11% from 560); Green value is 254 (99.61% from 255 or 45.36% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #33FEFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #33FEFF is #CC0100. Grayscale: #C1C1C1. Windows color (decimal): -13369601 or 16776755. OLE color: 16776755.
HSL color Cylindrical-coordinate representation of color #33FEFF: hue angle of 180.29º 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 #33FEFF is Cyan = 0.8, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 51 | 254 | 255 | - |
| CMYK | 0.8 | 0.00 | 0 | 0 |
| HSL | 180.29º | 1% | 0.6% | - |
| HSV(B) | 180.29º | 0.8% | 1% | - |
| XYZ | 54.86 | 78.81 | 106.93 | - |
| YUV | 193.42 | 162.75 | 26.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 254 | 255 | 0.8 | 0.00 | 0 | 0 | 180.29 | 1 | 0.6 |
| Hex | 33 | FE | FF | 50 | 0 | 0 | 0 | B4 | 64 | 3C |
| Octal | 63 | 376 | 377 | 120 | 0 | 0 | 0 | 264 | 144 | 74 |
| Binary | 110011 | 11111110 | 11111111 | 1010000 | 0 | 0 | 0 | 10110100 | 1100100 | 111100 |
Color Harmonies of #33FEFF
Complementary color
Monochromatic Colors of #33FEFF
Black with #33FEFF
Text Example
Text Example
White with #33FEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33FEFF; }
p { color: rgb(51,254,255); }
H1.HeaderClassName
{
color: #33FEFF;
}
.AnyTagClassName
{
color: #33FEFF;
}
</style>
background-color css
<style>
a { background-color: #33FEFF; }
a { background-color: rgb(51,254,255); }
div.DivClassName
{
background-color: #33FEFF;
}
.BgClassName
{
background-color: #33FEFF;
}
</style>
border-color css
<style>
span { border-color: #33FEFF; }
span { border-color: rgb(51,254,255); }
td.TdClassName
{
border-color: #33FEFF;
}
.TagClassName
{
border-color: #33FEFF;
}
</style>