Shades of Aqua #33FFFF
Tints of Aqua #33FFFF
RGB
CMYK
RGB Variations
Color information
#33FFFF (or 0x33FFFF) is known color: Aqua. HEX triplet: 33, FF and FF. RGB value is (51,255,255). Sum of RGB (Red+Green+Blue) = 51+255+255=561 (74% of max value = 765). Red value is 51 (20.31% from 255 or 9.09% from 561); Green value is 255 (100% from 255 or 45.45% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #33FFFF is a web safe color. Inversed color of #33FFFF is #CC0000. Grayscale: #C1C1C1. Windows color (decimal): -13369345 or 16777011. OLE color: 16777011.
HSL color Cylindrical-coordinate representation of color #33FFFF: hue angle of 180º 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 #33FFFF is Cyan = 0.8, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 51 | 255 | 255 | - |
| CMYK | 0.8 | 0 | 0 | 0 |
| HSL | 180º | 1% | 0.6% | - |
| HSV(B) | 180º | 0.8% | 1% | - |
| XYZ | 55.18 | 79.44 | 107.03 | - |
| YUV | 194 | 162.41 | 26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 255 | 255 | 0.8 | 0 | 0 | 0 | 180 | 1 | 0.6 |
| Hex | 33 | FF | FF | 50 | 0 | 0 | 0 | B4 | 64 | 3C |
| Octal | 63 | 377 | 377 | 120 | 0 | 0 | 0 | 264 | 144 | 74 |
| Binary | 110011 | 11111111 | 11111111 | 1010000 | 0 | 0 | 0 | 10110100 | 1100100 | 111100 |
Color Harmonies of #33FFFF
Complementary color
Monochromatic Colors of #33FFFF
Black with #33FFFF
Text Example
Text Example
White with #33FFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33FFFF; }
p { color: rgb(51,255,255); }
H1.HeaderClassName
{
color: #33FFFF;
}
.AnyTagClassName
{
color: #33FFFF;
}
</style>
background-color css
<style>
a { background-color: #33FFFF; }
a { background-color: rgb(51,255,255); }
div.DivClassName
{
background-color: #33FFFF;
}
.BgClassName
{
background-color: #33FFFF;
}
</style>
border-color css
<style>
span { border-color: #33FFFF; }
span { border-color: rgb(51,255,255); }
td.TdClassName
{
border-color: #33FFFF;
}
.TagClassName
{
border-color: #33FFFF;
}
</style>