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