Shades of Aqua #2FEFFC
Tints of Aqua #2FEFFC
RGB
CMYK
RGB Variations
Color information
#2FEFFC (or 0x2FEFFC) is known color: Aqua. HEX triplet: 2F, EF and FC. RGB value is (47,239,252). Sum of RGB (Red+Green+Blue) = 47+239+252=538 (71% of max value = 765). Red value is 47 (18.75% from 255 or 8.74% from 538); Green value is 239 (93.75% from 255 or 44.42% from 538); Blue value is 252 (98.83% from 255 or 46.84% from 538); Max value from RGB is 252 - color contains mainly: blue. Hex color #2FEFFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FEFFC is #D01003. Grayscale: #B6B6B6. Windows color (decimal): -13635588 or 16576303. OLE color: 16576303.
HSL color Cylindrical-coordinate representation of color #2FEFFC: hue angle of 183.8º 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 #2FEFFC is Cyan = 0.81, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 239 | 252 | - |
| CMYK | 0.81 | 0.05 | 0 | 0.01 |
| HSL | 183.8º | 0.97% | 0.59% | - |
| HSV(B) | 183.8º | 0.81% | 0.99% | - |
| XYZ | 49.61 | 69.37 | 102.87 | - |
| YUV | 183.07 | 166.89 | 30.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 239 | 252 | 0.81 | 0.05 | 0 | 0.01 | 183.8 | 0.97 | 0.59 |
| Hex | 2F | EF | FC | 51 | 5 | 0 | 1 | B8 | 61 | 3B |
| Octal | 57 | 357 | 374 | 121 | 5 | 0 | 1 | 270 | 141 | 73 |
| Binary | 101111 | 11101111 | 11111100 | 1010001 | 101 | 0 | 1 | 10111000 | 1100001 | 111011 |
Color Harmonies of #2FEFFC
Complementary color
Monochromatic Colors of #2FEFFC
Black with #2FEFFC
Text Example
Text Example
White with #2FEFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEFFC; }
p { color: rgb(47,239,252); }
H1.HeaderClassName
{
color: #2FEFFC;
}
.AnyTagClassName
{
color: #2FEFFC;
}
</style>
background-color css
<style>
a { background-color: #2FEFFC; }
a { background-color: rgb(47,239,252); }
div.DivClassName
{
background-color: #2FEFFC;
}
.BgClassName
{
background-color: #2FEFFC;
}
</style>
border-color css
<style>
span { border-color: #2FEFFC; }
span { border-color: rgb(47,239,252); }
td.TdClassName
{
border-color: #2FEFFC;
}
.TagClassName
{
border-color: #2FEFFC;
}
</style>