Shades of Turquoise #2BFEBB
Tints of Turquoise #2BFEBB
RGB
CMYK
RGB Variations
Color information
#2BFEBB (or 0x2BFEBB) is known color: Turquoise. HEX triplet: 2B, FE and BB. RGB value is (43,254,187). Sum of RGB (Red+Green+Blue) = 43+254+187=484 (64% of max value = 765). Red value is 43 (17.19% from 255 or 8.88% from 484); Green value is 254 (99.61% from 255 or 52.48% from 484); Blue value is 187 (73.44% from 255 or 38.64% from 484); Max value from RGB is 254 - color contains mainly: green. Hex color #2BFEBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BFEBB is #D40144. Grayscale: #B7B7B7. Windows color (decimal): -13893957 or 12320299. OLE color: 12320299.
HSL color Cylindrical-coordinate representation of color #2BFEBB: hue angle of 160.95º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFEBB is Cyan = 0.83, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 43 | 254 | 187 | - |
| CMYK | 0.83 | 0 | 0.26 | 0.00 |
| HSL | 160.95º | 0.99% | 0.58% | - |
| HSV(B) | 160.95º | 0.83% | 1% | - |
| XYZ | 45.41 | 74.99 | 59.09 | - |
| YUV | 183.27 | 130.1 | 27.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 254 | 187 | 0.83 | 0 | 0.26 | 0.00 | 160.95 | 0.99 | 0.58 |
| Hex | 2B | FE | BB | 53 | 0 | 1A | 0 | A1 | 63 | 3A |
| Octal | 53 | 376 | 273 | 123 | 0 | 32 | 0 | 241 | 143 | 72 |
| Binary | 101011 | 11111110 | 10111011 | 1010011 | 0 | 11010 | 0 | 10100001 | 1100011 | 111010 |
Color Harmonies of #2BFEBB
Complementary color
Monochromatic Colors of #2BFEBB
Black with #2BFEBB
Text Example
Text Example
White with #2BFEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFEBB; }
p { color: rgb(43,254,187); }
H1.HeaderClassName
{
color: #2BFEBB;
}
.AnyTagClassName
{
color: #2BFEBB;
}
</style>
background-color css
<style>
a { background-color: #2BFEBB; }
a { background-color: rgb(43,254,187); }
div.DivClassName
{
background-color: #2BFEBB;
}
.BgClassName
{
background-color: #2BFEBB;
}
</style>
border-color css
<style>
span { border-color: #2BFEBB; }
span { border-color: rgb(43,254,187); }
td.TdClassName
{
border-color: #2BFEBB;
}
.TagClassName
{
border-color: #2BFEBB;
}
</style>