Shades of Aqua #33FDFB
Tints of Aqua #33FDFB
RGB
CMYK
RGB Variations
Color information
#33FDFB (or 0x33FDFB) is known color: Aqua. HEX triplet: 33, FD and FB. RGB value is (51,253,251). Sum of RGB (Red+Green+Blue) = 51+253+251=555 (73% of max value = 765). Red value is 51 (20.31% from 255 or 9.19% from 555); Green value is 253 (99.22% from 255 or 45.59% from 555); Blue value is 251 (98.44% from 255 or 45.23% from 555); Max value from RGB is 253 - color contains mainly: green. Hex color #33FDFB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #33FDFB is #CC0204. Grayscale: #C0C0C0. Windows color (decimal): -13369861 or 16514355. OLE color: 16514355.
HSL color Cylindrical-coordinate representation of color #33FDFB: hue angle of 179.41º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33FDFB is Cyan = 0.80, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 51 | 253 | 251 | - |
| CMYK | 0.80 | 0 | 0.01 | 0.01 |
| HSL | 179.41º | 0.98% | 0.6% | - |
| HSV(B) | 179.41º | 0.8% | 0.99% | - |
| XYZ | 53.9 | 77.92 | 103.47 | - |
| YUV | 192.37 | 161.08 | 27.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 253 | 251 | 0.80 | 0 | 0.01 | 0.01 | 179.41 | 0.98 | 0.6 |
| Hex | 33 | FD | FB | 50 | 0 | 1 | 1 | B3 | 62 | 3C |
| Octal | 63 | 375 | 373 | 120 | 0 | 1 | 1 | 263 | 142 | 74 |
| Binary | 110011 | 11111101 | 11111011 | 1010000 | 0 | 1 | 1 | 10110011 | 1100010 | 111100 |
Color Harmonies of #33FDFB
Complementary color
Monochromatic Colors of #33FDFB
Black with #33FDFB
Text Example
Text Example
White with #33FDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33FDFB; }
p { color: rgb(51,253,251); }
H1.HeaderClassName
{
color: #33FDFB;
}
.AnyTagClassName
{
color: #33FDFB;
}
</style>
background-color css
<style>
a { background-color: #33FDFB; }
a { background-color: rgb(51,253,251); }
div.DivClassName
{
background-color: #33FDFB;
}
.BgClassName
{
background-color: #33FDFB;
}
</style>
border-color css
<style>
span { border-color: #33FDFB; }
span { border-color: rgb(51,253,251); }
td.TdClassName
{
border-color: #33FDFB;
}
.TagClassName
{
border-color: #33FDFB;
}
</style>