Shades of Aqua #2BEFFC
Tints of Aqua #2BEFFC
RGB
CMYK
RGB Variations
Color information
#2BEFFC (or 0x2BEFFC) is known color: Aqua. HEX triplet: 2B, EF and FC. RGB value is (43,239,252). Sum of RGB (Red+Green+Blue) = 43+239+252=534 (70% of max value = 765). Red value is 43 (17.19% from 255 or 8.05% from 534); Green value is 239 (93.75% from 255 or 44.76% from 534); Blue value is 252 (98.83% from 255 or 47.19% from 534); Max value from RGB is 252 - color contains mainly: blue. Hex color #2BEFFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2BEFFC is #D41003. Grayscale: #B5B5B5. Windows color (decimal): -13897732 or 16576299. OLE color: 16576299.
HSL color Cylindrical-coordinate representation of color #2BEFFC: hue angle of 183.73º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BEFFC is Cyan = 0.83, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 43 | 239 | 252 | - |
| CMYK | 0.83 | 0.05 | 0 | 0.01 |
| HSL | 183.73º | 0.97% | 0.58% | - |
| HSV(B) | 183.73º | 0.83% | 0.99% | - |
| XYZ | 49.43 | 69.27 | 102.86 | - |
| YUV | 181.88 | 167.57 | 28.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 239 | 252 | 0.83 | 0.05 | 0 | 0.01 | 183.73 | 0.97 | 0.58 |
| Hex | 2B | EF | FC | 53 | 5 | 0 | 1 | B8 | 61 | 3A |
| Octal | 53 | 357 | 374 | 123 | 5 | 0 | 1 | 270 | 141 | 72 |
| Binary | 101011 | 11101111 | 11111100 | 1010011 | 101 | 0 | 1 | 10111000 | 1100001 | 111010 |
Color Harmonies of #2BEFFC
Complementary color
Monochromatic Colors of #2BEFFC
Black with #2BEFFC
Text Example
Text Example
White with #2BEFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEFFC; }
p { color: rgb(43,239,252); }
H1.HeaderClassName
{
color: #2BEFFC;
}
.AnyTagClassName
{
color: #2BEFFC;
}
</style>
background-color css
<style>
a { background-color: #2BEFFC; }
a { background-color: rgb(43,239,252); }
div.DivClassName
{
background-color: #2BEFFC;
}
.BgClassName
{
background-color: #2BEFFC;
}
</style>
border-color css
<style>
span { border-color: #2BEFFC; }
span { border-color: rgb(43,239,252); }
td.TdClassName
{
border-color: #2BEFFC;
}
.TagClassName
{
border-color: #2BEFFC;
}
</style>