Shades of Aqua #2BFEFA
Tints of Aqua #2BFEFA
RGB
CMYK
RGB Variations
Color information
#2BFEFA (or 0x2BFEFA) is known color: Aqua. HEX triplet: 2B, FE and FA. RGB value is (43,254,250). Sum of RGB (Red+Green+Blue) = 43+254+250=547 (72% of max value = 765). Red value is 43 (17.19% from 255 or 7.86% from 547); Green value is 254 (99.61% from 255 or 46.44% from 547); Blue value is 250 (98.05% from 255 or 45.70% from 547); Max value from RGB is 254 - color contains mainly: green. Hex color #2BFEFA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2BFEFA is #D40105. Grayscale: #BEBEBE. Windows color (decimal): -13893894 or 16449067. OLE color: 16449067.
HSL color Cylindrical-coordinate representation of color #2BFEFA: hue angle of 178.86º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFEFA is Cyan = 0.83, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 43 | 254 | 250 | - |
| CMYK | 0.83 | 0 | 0.02 | 0.00 |
| HSL | 178.86º | 0.99% | 0.58% | - |
| HSV(B) | 178.86º | 0.83% | 1% | - |
| XYZ | 53.69 | 78.3 | 102.73 | - |
| YUV | 190.46 | 161.6 | 22.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 254 | 250 | 0.83 | 0 | 0.02 | 0.00 | 178.86 | 0.99 | 0.58 |
| Hex | 2B | FE | FA | 53 | 0 | 2 | 0 | B3 | 63 | 3A |
| Octal | 53 | 376 | 372 | 123 | 0 | 2 | 0 | 263 | 143 | 72 |
| Binary | 101011 | 11111110 | 11111010 | 1010011 | 0 | 10 | 0 | 10110011 | 1100011 | 111010 |
Color Harmonies of #2BFEFA
Complementary color
Monochromatic Colors of #2BFEFA
Black with #2BFEFA
Text Example
Text Example
White with #2BFEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFEFA; }
p { color: rgb(43,254,250); }
H1.HeaderClassName
{
color: #2BFEFA;
}
.AnyTagClassName
{
color: #2BFEFA;
}
</style>
background-color css
<style>
a { background-color: #2BFEFA; }
a { background-color: rgb(43,254,250); }
div.DivClassName
{
background-color: #2BFEFA;
}
.BgClassName
{
background-color: #2BFEFA;
}
</style>
border-color css
<style>
span { border-color: #2BFEFA; }
span { border-color: rgb(43,254,250); }
td.TdClassName
{
border-color: #2BFEFA;
}
.TagClassName
{
border-color: #2BFEFA;
}
</style>