Shades of Aqua #2FFCFF
Tints of Aqua #2FFCFF
RGB
CMYK
RGB Variations
Color information
#2FFCFF (or 0x2FFCFF) is known color: Aqua. HEX triplet: 2F, FC and FF. RGB value is (47,252,255). Sum of RGB (Red+Green+Blue) = 47+252+255=554 (73% of max value = 765). Red value is 47 (18.75% from 255 or 8.48% from 554); Green value is 252 (98.83% from 255 or 45.49% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #2FFCFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FFCFF is #D00300. Grayscale: #BEBEBE. Windows color (decimal): -13632257 or 16776239. OLE color: 16776239.
HSL color Cylindrical-coordinate representation of color #2FFCFF: hue angle of 180.87º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2FFCFF is Cyan = 0.82, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 47 | 252 | 255 | - |
| CMYK | 0.82 | 0.01 | 0 | 0 |
| HSL | 180.87º | 1% | 0.59% | - |
| HSV(B) | 180.87º | 0.82% | 1% | - |
| XYZ | 54.03 | 77.45 | 106.71 | - |
| YUV | 191.05 | 164.08 | 25.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 252 | 255 | 0.82 | 0.01 | 0 | 0 | 180.87 | 1 | 0.59 |
| Hex | 2F | FC | FF | 52 | 1 | 0 | 0 | B5 | 64 | 3B |
| Octal | 57 | 374 | 377 | 122 | 1 | 0 | 0 | 265 | 144 | 73 |
| Binary | 101111 | 11111100 | 11111111 | 1010010 | 1 | 0 | 0 | 10110101 | 1100100 | 111011 |
Color Harmonies of #2FFCFF
Complementary color
Monochromatic Colors of #2FFCFF
Black with #2FFCFF
Text Example
Text Example
White with #2FFCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFCFF; }
p { color: rgb(47,252,255); }
H1.HeaderClassName
{
color: #2FFCFF;
}
.AnyTagClassName
{
color: #2FFCFF;
}
</style>
background-color css
<style>
a { background-color: #2FFCFF; }
a { background-color: rgb(47,252,255); }
div.DivClassName
{
background-color: #2FFCFF;
}
.BgClassName
{
background-color: #2FFCFF;
}
</style>
border-color css
<style>
span { border-color: #2FFCFF; }
span { border-color: rgb(47,252,255); }
td.TdClassName
{
border-color: #2FFCFF;
}
.TagClassName
{
border-color: #2FFCFF;
}
</style>