Shades of Aqua #2BFDFA
Tints of Aqua #2BFDFA
RGB
CMYK
RGB Variations
Color information
#2BFDFA (or 0x2BFDFA) is known color: Aqua. HEX triplet: 2B, FD and FA. RGB value is (43,253,250). Sum of RGB (Red+Green+Blue) = 43+253+250=546 (72% of max value = 765). Red value is 43 (17.19% from 255 or 7.88% from 546); Green value is 253 (99.22% from 255 or 46.34% from 546); Blue value is 250 (98.05% from 255 or 45.79% from 546); Max value from RGB is 253 - color contains mainly: green. Hex color #2BFDFA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2BFDFA is #D40205. Grayscale: #BDBDBD. Windows color (decimal): -13894150 or 16448811. OLE color: 16448811.
HSL color Cylindrical-coordinate representation of color #2BFDFA: hue angle of 179.14º degrees, saturation: 0.98, 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 #2BFDFA is Cyan = 0.83, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 43 | 253 | 250 | - |
| CMYK | 0.83 | 0 | 0.01 | 0.01 |
| HSL | 179.14º | 0.98% | 0.58% | - |
| HSV(B) | 179.14º | 0.83% | 0.99% | - |
| XYZ | 53.38 | 77.67 | 102.62 | - |
| YUV | 189.87 | 161.93 | 23.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 253 | 250 | 0.83 | 0 | 0.01 | 0.01 | 179.14 | 0.98 | 0.58 |
| Hex | 2B | FD | FA | 53 | 0 | 1 | 1 | B3 | 62 | 3A |
| Octal | 53 | 375 | 372 | 123 | 0 | 1 | 1 | 263 | 142 | 72 |
| Binary | 101011 | 11111101 | 11111010 | 1010011 | 0 | 1 | 1 | 10110011 | 1100010 | 111010 |
Color Harmonies of #2BFDFA
Complementary color
Monochromatic Colors of #2BFDFA
Black with #2BFDFA
Text Example
Text Example
White with #2BFDFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFDFA; }
p { color: rgb(43,253,250); }
H1.HeaderClassName
{
color: #2BFDFA;
}
.AnyTagClassName
{
color: #2BFDFA;
}
</style>
background-color css
<style>
a { background-color: #2BFDFA; }
a { background-color: rgb(43,253,250); }
div.DivClassName
{
background-color: #2BFDFA;
}
.BgClassName
{
background-color: #2BFDFA;
}
</style>
border-color css
<style>
span { border-color: #2BFDFA; }
span { border-color: rgb(43,253,250); }
td.TdClassName
{
border-color: #2BFDFA;
}
.TagClassName
{
border-color: #2BFDFA;
}
</style>