Shades of Turquoise #2BFEC0
Tints of Turquoise #2BFEC0
RGB
CMYK
RGB Variations
Color information
#2BFEC0 (or 0x2BFEC0) is known color: Turquoise. HEX triplet: 2B, FE and C0. RGB value is (43,254,192). Sum of RGB (Red+Green+Blue) = 43+254+192=489 (64% of max value = 765). Red value is 43 (17.19% from 255 or 8.79% from 489); Green value is 254 (99.61% from 255 or 51.94% from 489); Blue value is 192 (75.39% from 255 or 39.26% from 489); Max value from RGB is 254 - color contains mainly: green. Hex color #2BFEC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BFEC0 is #D4013F. Grayscale: #B7B7B7. Windows color (decimal): -13893952 or 12647979. OLE color: 12647979.
HSL color Cylindrical-coordinate representation of color #2BFEC0: hue angle of 162.37º 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 #2BFEC0 is Cyan = 0.83, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 43 | 254 | 192 | - |
| CMYK | 0.83 | 0 | 0.24 | 0.00 |
| HSL | 162.37º | 0.99% | 0.58% | - |
| HSV(B) | 162.37º | 0.83% | 1% | - |
| XYZ | 45.95 | 75.2 | 61.96 | - |
| YUV | 183.84 | 132.6 | 27.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 254 | 192 | 0.83 | 0 | 0.24 | 0.00 | 162.37 | 0.99 | 0.58 |
| Hex | 2B | FE | C0 | 53 | 0 | 18 | 0 | A2 | 63 | 3A |
| Octal | 53 | 376 | 300 | 123 | 0 | 30 | 0 | 242 | 143 | 72 |
| Binary | 101011 | 11111110 | 11000000 | 1010011 | 0 | 11000 | 0 | 10100010 | 1100011 | 111010 |
Color Harmonies of #2BFEC0
Complementary color
Monochromatic Colors of #2BFEC0
Black with #2BFEC0
Text Example
Text Example
White with #2BFEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFEC0; }
p { color: rgb(43,254,192); }
H1.HeaderClassName
{
color: #2BFEC0;
}
.AnyTagClassName
{
color: #2BFEC0;
}
</style>
background-color css
<style>
a { background-color: #2BFEC0; }
a { background-color: rgb(43,254,192); }
div.DivClassName
{
background-color: #2BFEC0;
}
.BgClassName
{
background-color: #2BFEC0;
}
</style>
border-color css
<style>
span { border-color: #2BFEC0; }
span { border-color: rgb(43,254,192); }
td.TdClassName
{
border-color: #2BFEC0;
}
.TagClassName
{
border-color: #2BFEC0;
}
</style>