Shades of Turquoise #2BFFBE
Tints of Turquoise #2BFFBE
RGB
CMYK
RGB Variations
Color information
#2BFFBE (or 0x2BFFBE) is known color: Turquoise. HEX triplet: 2B, FF and BE. RGB value is (43,255,190). Sum of RGB (Red+Green+Blue) = 43+255+190=488 (64% of max value = 765). Red value is 43 (17.19% from 255 or 8.81% from 488); Green value is 255 (100% from 255 or 52.25% from 488); Blue value is 190 (74.61% from 255 or 38.93% from 488); Max value from RGB is 255 - color contains mainly: green. Hex color #2BFFBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BFFBE is #D40041. Grayscale: #B8B8B8. Windows color (decimal): -13893698 or 12517163. OLE color: 12517163.
HSL color Cylindrical-coordinate representation of color #2BFFBE: hue angle of 161.6º 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 #2BFFBE is Cyan = 0.83, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 255 | 190 | - |
| CMYK | 0.83 | 0 | 0.25 | 0 |
| HSL | 161.6º | 1% | 0.58% | - |
| HSV(B) | 161.6º | 0.83% | 1% | - |
| XYZ | 46.05 | 75.75 | 60.91 | - |
| YUV | 184.2 | 131.26 | 27.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 255 | 190 | 0.83 | 0 | 0.25 | 0 | 161.6 | 1 | 0.58 |
| Hex | 2B | FF | BE | 53 | 0 | 19 | 0 | A2 | 64 | 3A |
| Octal | 53 | 377 | 276 | 123 | 0 | 31 | 0 | 242 | 144 | 72 |
| Binary | 101011 | 11111111 | 10111110 | 1010011 | 0 | 11001 | 0 | 10100010 | 1100100 | 111010 |
Color Harmonies of #2BFFBE
Complementary color
Monochromatic Colors of #2BFFBE
Black with #2BFFBE
Text Example
Text Example
White with #2BFFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFFBE; }
p { color: rgb(43,255,190); }
H1.HeaderClassName
{
color: #2BFFBE;
}
.AnyTagClassName
{
color: #2BFFBE;
}
</style>
background-color css
<style>
a { background-color: #2BFFBE; }
a { background-color: rgb(43,255,190); }
div.DivClassName
{
background-color: #2BFFBE;
}
.BgClassName
{
background-color: #2BFFBE;
}
</style>
border-color css
<style>
span { border-color: #2BFFBE; }
span { border-color: rgb(43,255,190); }
td.TdClassName
{
border-color: #2BFFBE;
}
.TagClassName
{
border-color: #2BFFBE;
}
</style>