Shades of Turquoise #2BFEBD
Tints of Turquoise #2BFEBD
RGB
CMYK
RGB Variations
Color information
#2BFEBD (or 0x2BFEBD) is known color: Turquoise. HEX triplet: 2B, FE and BD. RGB value is (43,254,189). Sum of RGB (Red+Green+Blue) = 43+254+189=486 (64% of max value = 765). Red value is 43 (17.19% from 255 or 8.85% from 486); Green value is 254 (99.61% from 255 or 52.26% from 486); Blue value is 189 (74.22% from 255 or 38.89% from 486); Max value from RGB is 254 - color contains mainly: green. Hex color #2BFEBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BFEBD is #D40142. Grayscale: #B7B7B7. Windows color (decimal): -13893955 or 12451371. OLE color: 12451371.
HSL color Cylindrical-coordinate representation of color #2BFEBD: hue angle of 161.52º 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 #2BFEBD is Cyan = 0.83, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 43 | 254 | 189 | - |
| CMYK | 0.83 | 0 | 0.26 | 0.00 |
| HSL | 161.52º | 0.99% | 0.58% | - |
| HSV(B) | 161.52º | 0.83% | 1% | - |
| XYZ | 45.62 | 75.07 | 60.23 | - |
| YUV | 183.5 | 131.1 | 27.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 254 | 189 | 0.83 | 0 | 0.26 | 0.00 | 161.52 | 0.99 | 0.58 |
| Hex | 2B | FE | BD | 53 | 0 | 1A | 0 | A2 | 63 | 3A |
| Octal | 53 | 376 | 275 | 123 | 0 | 32 | 0 | 242 | 143 | 72 |
| Binary | 101011 | 11111110 | 10111101 | 1010011 | 0 | 11010 | 0 | 10100010 | 1100011 | 111010 |
Color Harmonies of #2BFEBD
Complementary color
Monochromatic Colors of #2BFEBD
Black with #2BFEBD
Text Example
Text Example
White with #2BFEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFEBD; }
p { color: rgb(43,254,189); }
H1.HeaderClassName
{
color: #2BFEBD;
}
.AnyTagClassName
{
color: #2BFEBD;
}
</style>
background-color css
<style>
a { background-color: #2BFEBD; }
a { background-color: rgb(43,254,189); }
div.DivClassName
{
background-color: #2BFEBD;
}
.BgClassName
{
background-color: #2BFEBD;
}
</style>
border-color css
<style>
span { border-color: #2BFEBD; }
span { border-color: rgb(43,254,189); }
td.TdClassName
{
border-color: #2BFEBD;
}
.TagClassName
{
border-color: #2BFEBD;
}
</style>