Shades of Turquoise #2BFEBF
Tints of Turquoise #2BFEBF
RGB
CMYK
RGB Variations
Color information
#2BFEBF (or 0x2BFEBF) is known color: Turquoise. HEX triplet: 2B, FE and BF. RGB value is (43,254,191). Sum of RGB (Red+Green+Blue) = 43+254+191=488 (64% of max value = 765). Red value is 43 (17.19% from 255 or 8.81% from 488); Green value is 254 (99.61% from 255 or 52.05% from 488); Blue value is 191 (75% from 255 or 39.14% from 488); Max value from RGB is 254 - color contains mainly: green. Hex color #2BFEBF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BFEBF is #D40140. Grayscale: #B7B7B7. Windows color (decimal): -13893953 or 12582443. OLE color: 12582443.
HSL color Cylindrical-coordinate representation of color #2BFEBF: hue angle of 162.09º 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 #2BFEBF is Cyan = 0.83, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 43 | 254 | 191 | - |
| CMYK | 0.83 | 0 | 0.25 | 0.00 |
| HSL | 162.09º | 0.99% | 0.58% | - |
| HSV(B) | 162.09º | 0.83% | 1% | - |
| XYZ | 45.84 | 75.16 | 61.38 | - |
| YUV | 183.73 | 132.1 | 27.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 254 | 191 | 0.83 | 0 | 0.25 | 0.00 | 162.09 | 0.99 | 0.58 |
| Hex | 2B | FE | BF | 53 | 0 | 19 | 0 | A2 | 63 | 3A |
| Octal | 53 | 376 | 277 | 123 | 0 | 31 | 0 | 242 | 143 | 72 |
| Binary | 101011 | 11111110 | 10111111 | 1010011 | 0 | 11001 | 0 | 10100010 | 1100011 | 111010 |
Color Harmonies of #2BFEBF
Complementary color
Monochromatic Colors of #2BFEBF
Black with #2BFEBF
Text Example
Text Example
White with #2BFEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFEBF; }
p { color: rgb(43,254,191); }
H1.HeaderClassName
{
color: #2BFEBF;
}
.AnyTagClassName
{
color: #2BFEBF;
}
</style>
background-color css
<style>
a { background-color: #2BFEBF; }
a { background-color: rgb(43,254,191); }
div.DivClassName
{
background-color: #2BFEBF;
}
.BgClassName
{
background-color: #2BFEBF;
}
</style>
border-color css
<style>
span { border-color: #2BFEBF; }
span { border-color: rgb(43,254,191); }
td.TdClassName
{
border-color: #2BFEBF;
}
.TagClassName
{
border-color: #2BFEBF;
}
</style>