Shades of Aqua #2FFEFC
Tints of Aqua #2FFEFC
RGB
CMYK
RGB Variations
Color information
#2FFEFC (or 0x2FFEFC) is known color: Aqua. HEX triplet: 2F, FE and FC. RGB value is (47,254,252). Sum of RGB (Red+Green+Blue) = 47+254+252=553 (73% of max value = 765). Red value is 47 (18.75% from 255 or 8.50% from 553); Green value is 254 (99.61% from 255 or 45.93% from 553); Blue value is 252 (98.83% from 255 or 45.57% from 553); Max value from RGB is 254 - color contains mainly: green. Hex color #2FFEFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FFEFC is #D00103. Grayscale: #BFBFBF. Windows color (decimal): -13631748 or 16580143. OLE color: 16580143.
HSL color Cylindrical-coordinate representation of color #2FFEFC: hue angle of 179.42º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFEFC is Cyan = 0.81, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 47 | 254 | 252 | - |
| CMYK | 0.81 | 0 | 0.01 | 0.00 |
| HSL | 179.42º | 0.99% | 0.59% | - |
| HSV(B) | 179.42º | 0.81% | 1% | - |
| XYZ | 54.18 | 78.52 | 104.39 | - |
| YUV | 191.88 | 161.92 | 24.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 254 | 252 | 0.81 | 0 | 0.01 | 0.00 | 179.42 | 0.99 | 0.59 |
| Hex | 2F | FE | FC | 51 | 0 | 1 | 0 | B3 | 63 | 3B |
| Octal | 57 | 376 | 374 | 121 | 0 | 1 | 0 | 263 | 143 | 73 |
| Binary | 101111 | 11111110 | 11111100 | 1010001 | 0 | 1 | 0 | 10110011 | 1100011 | 111011 |
Color Harmonies of #2FFEFC
Complementary color
Monochromatic Colors of #2FFEFC
Black with #2FFEFC
Text Example
Text Example
White with #2FFEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFEFC; }
p { color: rgb(47,254,252); }
H1.HeaderClassName
{
color: #2FFEFC;
}
.AnyTagClassName
{
color: #2FFEFC;
}
</style>
background-color css
<style>
a { background-color: #2FFEFC; }
a { background-color: rgb(47,254,252); }
div.DivClassName
{
background-color: #2FFEFC;
}
.BgClassName
{
background-color: #2FFEFC;
}
</style>
border-color css
<style>
span { border-color: #2FFEFC; }
span { border-color: rgb(47,254,252); }
td.TdClassName
{
border-color: #2FFEFC;
}
.TagClassName
{
border-color: #2FFEFC;
}
</style>