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