Shades of Bright Turquoise #2BFEF1
Tints of Bright Turquoise #2BFEF1
RGB
CMYK
RGB Variations
Color information
#2BFEF1 (or 0x2BFEF1) is known color: Bright Turquoise. HEX triplet: 2B, FE and F1. RGB value is (43,254,241). Sum of RGB (Red+Green+Blue) = 43+254+241=538 (71% of max value = 765). Red value is 43 (17.19% from 255 or 7.99% from 538); Green value is 254 (99.61% from 255 or 47.21% from 538); Blue value is 241 (94.53% from 255 or 44.80% from 538); Max value from RGB is 254 - color contains mainly: green. Hex color #2BFEF1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2BFEF1 is #D4010E. Grayscale: #BDBDBD. Windows color (decimal): -13893903 or 15859243. OLE color: 15859243.
HSL color Cylindrical-coordinate representation of color #2BFEF1: hue angle of 176.3º 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 #2BFEF1 is Cyan = 0.83, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 43 | 254 | 241 | - |
| CMYK | 0.83 | 0 | 0.05 | 0.00 |
| HSL | 176.3º | 0.99% | 0.58% | - |
| HSV(B) | 176.3º | 0.83% | 1% | - |
| XYZ | 52.32 | 77.75 | 95.47 | - |
| YUV | 189.43 | 157.1 | 23.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 254 | 241 | 0.83 | 0 | 0.05 | 0.00 | 176.3 | 0.99 | 0.58 |
| Hex | 2B | FE | F1 | 53 | 0 | 5 | 0 | B0 | 63 | 3A |
| Octal | 53 | 376 | 361 | 123 | 0 | 5 | 0 | 260 | 143 | 72 |
| Binary | 101011 | 11111110 | 11110001 | 1010011 | 0 | 101 | 0 | 10110000 | 1100011 | 111010 |
Color Harmonies of #2BFEF1
Complementary color
Monochromatic Colors of #2BFEF1
Black with #2BFEF1
Text Example
Text Example
White with #2BFEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFEF1; }
p { color: rgb(43,254,241); }
H1.HeaderClassName
{
color: #2BFEF1;
}
.AnyTagClassName
{
color: #2BFEF1;
}
</style>
background-color css
<style>
a { background-color: #2BFEF1; }
a { background-color: rgb(43,254,241); }
div.DivClassName
{
background-color: #2BFEF1;
}
.BgClassName
{
background-color: #2BFEF1;
}
</style>
border-color css
<style>
span { border-color: #2BFEF1; }
span { border-color: rgb(43,254,241); }
td.TdClassName
{
border-color: #2BFEF1;
}
.TagClassName
{
border-color: #2BFEF1;
}
</style>