Shades of Turquoise #2BFFBA
Tints of Turquoise #2BFFBA
RGB
CMYK
RGB Variations
Color information
#2BFFBA (or 0x2BFFBA) is known color: Turquoise. HEX triplet: 2B, FF and BA. RGB value is (43,255,186). Sum of RGB (Red+Green+Blue) = 43+255+186=484 (64% of max value = 765). Red value is 43 (17.19% from 255 or 8.88% from 484); Green value is 255 (100% from 255 or 52.69% from 484); Blue value is 186 (73.05% from 255 or 38.43% from 484); Max value from RGB is 255 - color contains mainly: green. Hex color #2BFFBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BFFBA is #D40045. Grayscale: #B7B7B7. Windows color (decimal): -13893702 or 12255019. OLE color: 12255019.
HSL color Cylindrical-coordinate representation of color #2BFFBA: hue angle of 160.47º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFFBA is Cyan = 0.83, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 255 | 186 | - |
| CMYK | 0.83 | 0 | 0.27 | 0 |
| HSL | 160.47º | 1% | 0.58% | - |
| HSV(B) | 160.47º | 0.83% | 1% | - |
| XYZ | 45.62 | 75.58 | 58.64 | - |
| YUV | 183.75 | 129.26 | 27.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 255 | 186 | 0.83 | 0 | 0.27 | 0 | 160.47 | 1 | 0.58 |
| Hex | 2B | FF | BA | 53 | 0 | 1B | 0 | A0 | 64 | 3A |
| Octal | 53 | 377 | 272 | 123 | 0 | 33 | 0 | 240 | 144 | 72 |
| Binary | 101011 | 11111111 | 10111010 | 1010011 | 0 | 11011 | 0 | 10100000 | 1100100 | 111010 |
Color Harmonies of #2BFFBA
Complementary color
Monochromatic Colors of #2BFFBA
Black with #2BFFBA
Text Example
Text Example
White with #2BFFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFFBA; }
p { color: rgb(43,255,186); }
H1.HeaderClassName
{
color: #2BFFBA;
}
.AnyTagClassName
{
color: #2BFFBA;
}
</style>
background-color css
<style>
a { background-color: #2BFFBA; }
a { background-color: rgb(43,255,186); }
div.DivClassName
{
background-color: #2BFFBA;
}
.BgClassName
{
background-color: #2BFFBA;
}
</style>
border-color css
<style>
span { border-color: #2BFFBA; }
span { border-color: rgb(43,255,186); }
td.TdClassName
{
border-color: #2BFFBA;
}
.TagClassName
{
border-color: #2BFFBA;
}
</style>