Shades of Aqua #2FFAFC
Tints of Aqua #2FFAFC
RGB
CMYK
RGB Variations
Color information
#2FFAFC (or 0x2FFAFC) is known color: Aqua. HEX triplet: 2F, FA and FC. RGB value is (47,250,252). Sum of RGB (Red+Green+Blue) = 47+250+252=549 (72% of max value = 765). Red value is 47 (18.75% from 255 or 8.56% from 549); Green value is 250 (98.05% from 255 or 45.54% from 549); Blue value is 252 (98.83% from 255 or 45.90% from 549); Max value from RGB is 252 - color contains mainly: blue. Hex color #2FFAFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FFAFC is #D00503. Grayscale: #BDBDBD. Windows color (decimal): -13632772 or 16579119. OLE color: 16579119.
HSL color Cylindrical-coordinate representation of color #2FFAFC: hue angle of 180.59º degrees, saturation: 0.97, 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 #2FFAFC is Cyan = 0.81, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 250 | 252 | - |
| CMYK | 0.81 | 0.01 | 0 | 0.01 |
| HSL | 180.59º | 0.97% | 0.59% | - |
| HSV(B) | 180.59º | 0.81% | 0.99% | - |
| XYZ | 52.93 | 76 | 103.98 | - |
| YUV | 189.53 | 163.25 | 26.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 250 | 252 | 0.81 | 0.01 | 0 | 0.01 | 180.59 | 0.97 | 0.59 |
| Hex | 2F | FA | FC | 51 | 1 | 0 | 1 | B5 | 61 | 3B |
| Octal | 57 | 372 | 374 | 121 | 1 | 0 | 1 | 265 | 141 | 73 |
| Binary | 101111 | 11111010 | 11111100 | 1010001 | 1 | 0 | 1 | 10110101 | 1100001 | 111011 |
Color Harmonies of #2FFAFC
Complementary color
Monochromatic Colors of #2FFAFC
Black with #2FFAFC
Text Example
Text Example
White with #2FFAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFAFC; }
p { color: rgb(47,250,252); }
H1.HeaderClassName
{
color: #2FFAFC;
}
.AnyTagClassName
{
color: #2FFAFC;
}
</style>
background-color css
<style>
a { background-color: #2FFAFC; }
a { background-color: rgb(47,250,252); }
div.DivClassName
{
background-color: #2FFAFC;
}
.BgClassName
{
background-color: #2FFAFC;
}
</style>
border-color css
<style>
span { border-color: #2FFAFC; }
span { border-color: rgb(47,250,252); }
td.TdClassName
{
border-color: #2FFAFC;
}
.TagClassName
{
border-color: #2FFAFC;
}
</style>