Shades of Aqua #2FFEFF
Tints of Aqua #2FFEFF
RGB
CMYK
RGB Variations
Color information
#2FFEFF (or 0x2FFEFF) is known color: Aqua. HEX triplet: 2F, FE and FF. RGB value is (47,254,255). Sum of RGB (Red+Green+Blue) = 47+254+255=556 (73% of max value = 765). Red value is 47 (18.75% from 255 or 8.45% from 556); Green value is 254 (99.61% from 255 or 45.68% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #2FFEFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FFEFF is #D00100. Grayscale: #C0C0C0. Windows color (decimal): -13631745 or 16776751. OLE color: 16776751.
HSL color Cylindrical-coordinate representation of color #2FFEFF: hue angle of 180.29º 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 #2FFEFF is Cyan = 0.82, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 47 | 254 | 255 | - |
| CMYK | 0.82 | 0.00 | 0 | 0 |
| HSL | 180.29º | 1% | 0.59% | - |
| HSV(B) | 180.29º | 0.82% | 1% | - |
| XYZ | 54.66 | 78.71 | 106.92 | - |
| YUV | 192.22 | 163.42 | 24.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 254 | 255 | 0.82 | 0.00 | 0 | 0 | 180.29 | 1 | 0.59 |
| Hex | 2F | FE | FF | 52 | 0 | 0 | 0 | B4 | 64 | 3B |
| Octal | 57 | 376 | 377 | 122 | 0 | 0 | 0 | 264 | 144 | 73 |
| Binary | 101111 | 11111110 | 11111111 | 1010010 | 0 | 0 | 0 | 10110100 | 1100100 | 111011 |
Color Harmonies of #2FFEFF
Complementary color
Monochromatic Colors of #2FFEFF
Black with #2FFEFF
Text Example
Text Example
White with #2FFEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFEFF; }
p { color: rgb(47,254,255); }
H1.HeaderClassName
{
color: #2FFEFF;
}
.AnyTagClassName
{
color: #2FFEFF;
}
</style>
background-color css
<style>
a { background-color: #2FFEFF; }
a { background-color: rgb(47,254,255); }
div.DivClassName
{
background-color: #2FFEFF;
}
.BgClassName
{
background-color: #2FFEFF;
}
</style>
border-color css
<style>
span { border-color: #2FFEFF; }
span { border-color: rgb(47,254,255); }
td.TdClassName
{
border-color: #2FFEFF;
}
.TagClassName
{
border-color: #2FFEFF;
}
</style>