Shades of Aqua #2FFDFB
Tints of Aqua #2FFDFB
RGB
CMYK
RGB Variations
Color information
#2FFDFB (or 0x2FFDFB) is known color: Aqua. HEX triplet: 2F, FD and FB. RGB value is (47,253,251). Sum of RGB (Red+Green+Blue) = 47+253+251=551 (72% of max value = 765). Red value is 47 (18.75% from 255 or 8.53% from 551); Green value is 253 (99.22% from 255 or 45.92% from 551); Blue value is 251 (98.44% from 255 or 45.55% from 551); Max value from RGB is 253 - color contains mainly: green. Hex color #2FFDFB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FFDFB is #D00204. Grayscale: #BEBEBE. Windows color (decimal): -13632005 or 16514351. OLE color: 16514351.
HSL color Cylindrical-coordinate representation of color #2FFDFB: hue angle of 179.42º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFDFB is Cyan = 0.81, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 253 | 251 | - |
| CMYK | 0.81 | 0 | 0.01 | 0.01 |
| HSL | 179.42º | 0.98% | 0.59% | - |
| HSV(B) | 179.42º | 0.81% | 0.99% | - |
| XYZ | 53.71 | 77.82 | 103.46 | - |
| YUV | 191.18 | 161.75 | 25.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 253 | 251 | 0.81 | 0 | 0.01 | 0.01 | 179.42 | 0.98 | 0.59 |
| Hex | 2F | FD | FB | 51 | 0 | 1 | 1 | B3 | 62 | 3B |
| Octal | 57 | 375 | 373 | 121 | 0 | 1 | 1 | 263 | 142 | 73 |
| Binary | 101111 | 11111101 | 11111011 | 1010001 | 0 | 1 | 1 | 10110011 | 1100010 | 111011 |
Color Harmonies of #2FFDFB
Complementary color
Monochromatic Colors of #2FFDFB
Black with #2FFDFB
Text Example
Text Example
White with #2FFDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFDFB; }
p { color: rgb(47,253,251); }
H1.HeaderClassName
{
color: #2FFDFB;
}
.AnyTagClassName
{
color: #2FFDFB;
}
</style>
background-color css
<style>
a { background-color: #2FFDFB; }
a { background-color: rgb(47,253,251); }
div.DivClassName
{
background-color: #2FFDFB;
}
.BgClassName
{
background-color: #2FFDFB;
}
</style>
border-color css
<style>
span { border-color: #2FFDFB; }
span { border-color: rgb(47,253,251); }
td.TdClassName
{
border-color: #2FFDFB;
}
.TagClassName
{
border-color: #2FFDFB;
}
</style>