Shades of Turquoise #2BFEB9
Tints of Turquoise #2BFEB9
RGB
CMYK
RGB Variations
Color information
#2BFEB9 (or 0x2BFEB9) is known color: Turquoise. HEX triplet: 2B, FE and B9. RGB value is (43,254,185). Sum of RGB (Red+Green+Blue) = 43+254+185=482 (63% of max value = 765). Red value is 43 (17.19% from 255 or 8.92% from 482); Green value is 254 (99.61% from 255 or 52.70% from 482); Blue value is 185 (72.66% from 255 or 38.38% from 482); Max value from RGB is 254 - color contains mainly: green. Hex color #2BFEB9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BFEB9 is #D40146. Grayscale: #B7B7B7. Windows color (decimal): -13893959 or 12189227. OLE color: 12189227.
HSL color Cylindrical-coordinate representation of color #2BFEB9: hue angle of 160.38º 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 #2BFEB9 is Cyan = 0.83, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 43 | 254 | 185 | - |
| CMYK | 0.83 | 0 | 0.27 | 0.00 |
| HSL | 160.38º | 0.99% | 0.58% | - |
| HSV(B) | 160.38º | 0.83% | 1% | - |
| XYZ | 45.2 | 74.9 | 57.97 | - |
| YUV | 183.05 | 129.1 | 28.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 254 | 185 | 0.83 | 0 | 0.27 | 0.00 | 160.38 | 0.99 | 0.58 |
| Hex | 2B | FE | B9 | 53 | 0 | 1B | 0 | A0 | 63 | 3A |
| Octal | 53 | 376 | 271 | 123 | 0 | 33 | 0 | 240 | 143 | 72 |
| Binary | 101011 | 11111110 | 10111001 | 1010011 | 0 | 11011 | 0 | 10100000 | 1100011 | 111010 |
Color Harmonies of #2BFEB9
Complementary color
Monochromatic Colors of #2BFEB9
Black with #2BFEB9
Text Example
Text Example
White with #2BFEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFEB9; }
p { color: rgb(43,254,185); }
H1.HeaderClassName
{
color: #2BFEB9;
}
.AnyTagClassName
{
color: #2BFEB9;
}
</style>
background-color css
<style>
a { background-color: #2BFEB9; }
a { background-color: rgb(43,254,185); }
div.DivClassName
{
background-color: #2BFEB9;
}
.BgClassName
{
background-color: #2BFEB9;
}
</style>
border-color css
<style>
span { border-color: #2BFEB9; }
span { border-color: rgb(43,254,185); }
td.TdClassName
{
border-color: #2BFEB9;
}
.TagClassName
{
border-color: #2BFEB9;
}
</style>