Shades of Aqua #2FFCF4
Tints of Aqua #2FFCF4
RGB
CMYK
RGB Variations
Color information
#2FFCF4 (or 0x2FFCF4) is known color: Aqua. HEX triplet: 2F, FC and F4. RGB value is (47,252,244). Sum of RGB (Red+Green+Blue) = 47+252+244=543 (71% of max value = 765). Red value is 47 (18.75% from 255 or 8.66% from 543); Green value is 252 (98.83% from 255 or 46.41% from 543); Blue value is 244 (95.70% from 255 or 44.94% from 543); Max value from RGB is 252 - color contains mainly: green. Hex color #2FFCF4 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FFCF4 is #D0030B. Grayscale: #BDBDBD. Windows color (decimal): -13632268 or 16055343. OLE color: 16055343.
HSL color Cylindrical-coordinate representation of color #2FFCF4: hue angle of 177.66º 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 #2FFCF4 is Cyan = 0.81, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 252 | 244 | - |
| CMYK | 0.81 | 0 | 0.03 | 0.01 |
| HSL | 177.66º | 0.97% | 0.59% | - |
| HSV(B) | 177.66º | 0.81% | 0.99% | - |
| XYZ | 52.31 | 76.76 | 97.65 | - |
| YUV | 189.79 | 158.58 | 26.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 252 | 244 | 0.81 | 0 | 0.03 | 0.01 | 177.66 | 0.97 | 0.59 |
| Hex | 2F | FC | F4 | 51 | 0 | 3 | 1 | B2 | 61 | 3B |
| Octal | 57 | 374 | 364 | 121 | 0 | 3 | 1 | 262 | 141 | 73 |
| Binary | 101111 | 11111100 | 11110100 | 1010001 | 0 | 11 | 1 | 10110010 | 1100001 | 111011 |
Color Harmonies of #2FFCF4
Complementary color
Monochromatic Colors of #2FFCF4
Black with #2FFCF4
Text Example
Text Example
White with #2FFCF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFCF4; }
p { color: rgb(47,252,244); }
H1.HeaderClassName
{
color: #2FFCF4;
}
.AnyTagClassName
{
color: #2FFCF4;
}
</style>
background-color css
<style>
a { background-color: #2FFCF4; }
a { background-color: rgb(47,252,244); }
div.DivClassName
{
background-color: #2FFCF4;
}
.BgClassName
{
background-color: #2FFCF4;
}
</style>
border-color css
<style>
span { border-color: #2FFCF4; }
span { border-color: rgb(47,252,244); }
td.TdClassName
{
border-color: #2FFCF4;
}
.TagClassName
{
border-color: #2FFCF4;
}
</style>