Shades of Aqua #33FEFA
Tints of Aqua #33FEFA
RGB
CMYK
RGB Variations
Color information
#33FEFA (or 0x33FEFA) is known color: Aqua. HEX triplet: 33, FE and FA. RGB value is (51,254,250). Sum of RGB (Red+Green+Blue) = 51+254+250=555 (73% of max value = 765). Red value is 51 (20.31% from 255 or 9.19% from 555); Green value is 254 (99.61% from 255 or 45.77% from 555); Blue value is 250 (98.05% from 255 or 45.05% from 555); Max value from RGB is 254 - color contains mainly: green. Hex color #33FEFA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #33FEFA is #CC0105. Grayscale: #C0C0C0. Windows color (decimal): -13369606 or 16449075. OLE color: 16449075.
HSL color Cylindrical-coordinate representation of color #33FEFA: hue angle of 178.82º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33FEFA is Cyan = 0.80, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 51 | 254 | 250 | - |
| CMYK | 0.80 | 0 | 0.02 | 0.00 |
| HSL | 178.82º | 0.99% | 0.6% | - |
| HSV(B) | 178.82º | 0.8% | 1% | - |
| XYZ | 54.06 | 78.49 | 102.74 | - |
| YUV | 192.85 | 160.25 | 26.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 254 | 250 | 0.80 | 0 | 0.02 | 0.00 | 178.82 | 0.99 | 0.6 |
| Hex | 33 | FE | FA | 50 | 0 | 2 | 0 | B3 | 63 | 3C |
| Octal | 63 | 376 | 372 | 120 | 0 | 2 | 0 | 263 | 143 | 74 |
| Binary | 110011 | 11111110 | 11111010 | 1010000 | 0 | 10 | 0 | 10110011 | 1100011 | 111100 |
Color Harmonies of #33FEFA
Complementary color
Monochromatic Colors of #33FEFA
Black with #33FEFA
Text Example
Text Example
White with #33FEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33FEFA; }
p { color: rgb(51,254,250); }
H1.HeaderClassName
{
color: #33FEFA;
}
.AnyTagClassName
{
color: #33FEFA;
}
</style>
background-color css
<style>
a { background-color: #33FEFA; }
a { background-color: rgb(51,254,250); }
div.DivClassName
{
background-color: #33FEFA;
}
.BgClassName
{
background-color: #33FEFA;
}
</style>
border-color css
<style>
span { border-color: #33FEFA; }
span { border-color: rgb(51,254,250); }
td.TdClassName
{
border-color: #33FEFA;
}
.TagClassName
{
border-color: #33FEFA;
}
</style>