Shades of Aqua #2BEFFB
Tints of Aqua #2BEFFB
RGB
CMYK
RGB Variations
Color information
#2BEFFB (or 0x2BEFFB) is known color: Aqua. HEX triplet: 2B, EF and FB. RGB value is (43,239,251). Sum of RGB (Red+Green+Blue) = 43+239+251=533 (70% of max value = 765). Red value is 43 (17.19% from 255 or 8.07% from 533); Green value is 239 (93.75% from 255 or 44.84% from 533); Blue value is 251 (98.44% from 255 or 47.09% from 533); Max value from RGB is 251 - color contains mainly: blue. Hex color #2BEFFB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2BEFFB is #D41004. Grayscale: #B5B5B5. Windows color (decimal): -13897733 or 16510763. OLE color: 16510763.
HSL color Cylindrical-coordinate representation of color #2BEFFB: hue angle of 183.46º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BEFFB is Cyan = 0.83, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 239 | 251 | - |
| CMYK | 0.83 | 0.05 | 0 | 0.02 |
| HSL | 183.46º | 0.96% | 0.58% | - |
| HSV(B) | 183.46º | 0.83% | 0.98% | - |
| XYZ | 49.28 | 69.21 | 102.03 | - |
| YUV | 181.76 | 167.07 | 29.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 239 | 251 | 0.83 | 0.05 | 0 | 0.02 | 183.46 | 0.96 | 0.58 |
| Hex | 2B | EF | FB | 53 | 5 | 0 | 2 | B7 | 60 | 3A |
| Octal | 53 | 357 | 373 | 123 | 5 | 0 | 2 | 267 | 140 | 72 |
| Binary | 101011 | 11101111 | 11111011 | 1010011 | 101 | 0 | 10 | 10110111 | 1100000 | 111010 |
Color Harmonies of #2BEFFB
Complementary color
Monochromatic Colors of #2BEFFB
Black with #2BEFFB
Text Example
Text Example
White with #2BEFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEFFB; }
p { color: rgb(43,239,251); }
H1.HeaderClassName
{
color: #2BEFFB;
}
.AnyTagClassName
{
color: #2BEFFB;
}
</style>
background-color css
<style>
a { background-color: #2BEFFB; }
a { background-color: rgb(43,239,251); }
div.DivClassName
{
background-color: #2BEFFB;
}
.BgClassName
{
background-color: #2BEFFB;
}
</style>
border-color css
<style>
span { border-color: #2BEFFB; }
span { border-color: rgb(43,239,251); }
td.TdClassName
{
border-color: #2BEFFB;
}
.TagClassName
{
border-color: #2BEFFB;
}
</style>