Shades of Aqua #2FEFFD
Tints of Aqua #2FEFFD
RGB
CMYK
RGB Variations
Color information
#2FEFFD (or 0x2FEFFD) is known color: Aqua. HEX triplet: 2F, EF and FD. RGB value is (47,239,253). Sum of RGB (Red+Green+Blue) = 47+239+253=539 (71% of max value = 765). Red value is 47 (18.75% from 255 or 8.72% from 539); Green value is 239 (93.75% from 255 or 44.34% from 539); Blue value is 253 (99.22% from 255 or 46.94% from 539); Max value from RGB is 253 - color contains mainly: blue. Hex color #2FEFFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FEFFD is #D01002. Grayscale: #B6B6B6. Windows color (decimal): -13635587 or 16641839. OLE color: 16641839.
HSL color Cylindrical-coordinate representation of color #2FEFFD: hue angle of 184.08º degrees, saturation: 0.98, 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 #2FEFFD is Cyan = 0.81, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 239 | 253 | - |
| CMYK | 0.81 | 0.06 | 0 | 0.01 |
| HSL | 184.08º | 0.98% | 0.59% | - |
| HSV(B) | 184.08º | 0.81% | 0.99% | - |
| XYZ | 49.77 | 69.43 | 103.71 | - |
| YUV | 183.19 | 167.39 | 30.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 239 | 253 | 0.81 | 0.06 | 0 | 0.01 | 184.08 | 0.98 | 0.59 |
| Hex | 2F | EF | FD | 51 | 6 | 0 | 1 | B8 | 62 | 3B |
| Octal | 57 | 357 | 375 | 121 | 6 | 0 | 1 | 270 | 142 | 73 |
| Binary | 101111 | 11101111 | 11111101 | 1010001 | 110 | 0 | 1 | 10111000 | 1100010 | 111011 |
Color Harmonies of #2FEFFD
Complementary color
Monochromatic Colors of #2FEFFD
Black with #2FEFFD
Text Example
Text Example
White with #2FEFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEFFD; }
p { color: rgb(47,239,253); }
H1.HeaderClassName
{
color: #2FEFFD;
}
.AnyTagClassName
{
color: #2FEFFD;
}
</style>
background-color css
<style>
a { background-color: #2FEFFD; }
a { background-color: rgb(47,239,253); }
div.DivClassName
{
background-color: #2FEFFD;
}
.BgClassName
{
background-color: #2FEFFD;
}
</style>
border-color css
<style>
span { border-color: #2FEFFD; }
span { border-color: rgb(47,239,253); }
td.TdClassName
{
border-color: #2FEFFD;
}
.TagClassName
{
border-color: #2FEFFD;
}
</style>