Shades of Bright Turquoise #2BFBEB
Tints of Bright Turquoise #2BFBEB
RGB
CMYK
RGB Variations
Color information
#2BFBEB (or 0x2BFBEB) is known color: Bright Turquoise. HEX triplet: 2B, FB and EB. RGB value is (43,251,235). Sum of RGB (Red+Green+Blue) = 43+251+235=529 (70% of max value = 765). Red value is 43 (17.19% from 255 or 8.13% from 529); Green value is 251 (98.44% from 255 or 47.45% from 529); Blue value is 235 (92.19% from 255 or 44.42% from 529); Max value from RGB is 251 - color contains mainly: green. Hex color #2BFBEB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2BFBEB is #D40414. Grayscale: #BABABA. Windows color (decimal): -13894677 or 15465259. OLE color: 15465259.
HSL color Cylindrical-coordinate representation of color #2BFBEB: hue angle of 175.38º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFBEB is Cyan = 0.83, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 251 | 235 | - |
| CMYK | 0.83 | 0 | 0.06 | 0.02 |
| HSL | 175.38º | 0.96% | 0.58% | - |
| HSV(B) | 175.38º | 0.83% | 0.98% | - |
| XYZ | 50.49 | 75.51 | 90.51 | - |
| YUV | 186.98 | 155.09 | 25.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 251 | 235 | 0.83 | 0 | 0.06 | 0.02 | 175.38 | 0.96 | 0.58 |
| Hex | 2B | FB | EB | 53 | 0 | 6 | 2 | AF | 60 | 3A |
| Octal | 53 | 373 | 353 | 123 | 0 | 6 | 2 | 257 | 140 | 72 |
| Binary | 101011 | 11111011 | 11101011 | 1010011 | 0 | 110 | 10 | 10101111 | 1100000 | 111010 |
Color Harmonies of #2BFBEB
Complementary color
Monochromatic Colors of #2BFBEB
Black with #2BFBEB
Text Example
Text Example
White with #2BFBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFBEB; }
p { color: rgb(43,251,235); }
H1.HeaderClassName
{
color: #2BFBEB;
}
.AnyTagClassName
{
color: #2BFBEB;
}
</style>
background-color css
<style>
a { background-color: #2BFBEB; }
a { background-color: rgb(43,251,235); }
div.DivClassName
{
background-color: #2BFBEB;
}
.BgClassName
{
background-color: #2BFBEB;
}
</style>
border-color css
<style>
span { border-color: #2BFBEB; }
span { border-color: rgb(43,251,235); }
td.TdClassName
{
border-color: #2BFBEB;
}
.TagClassName
{
border-color: #2BFBEB;
}
</style>