Shades of Turquoise #2BFBB4
Tints of Turquoise #2BFBB4
RGB
CMYK
RGB Variations
Color information
#2BFBB4 (or 0x2BFBB4) is known color: Turquoise. HEX triplet: 2B, FB and B4. RGB value is (43,251,180). Sum of RGB (Red+Green+Blue) = 43+251+180=474 (62% of max value = 765). Red value is 43 (17.19% from 255 or 9.07% from 474); Green value is 251 (98.44% from 255 or 52.95% from 474); Blue value is 180 (70.70% from 255 or 37.97% from 474); Max value from RGB is 251 - color contains mainly: green. Hex color #2BFBB4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BFBB4 is #D4044B. Grayscale: #B4B4B4. Windows color (decimal): -13894732 or 11860779. OLE color: 11860779.
HSL color Cylindrical-coordinate representation of color #2BFBB4: hue angle of 159.52º 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 #2BFBB4 is Cyan = 0.83, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 251 | 180 | - |
| CMYK | 0.83 | 0 | 0.28 | 0.02 |
| HSL | 159.52º | 0.96% | 0.58% | - |
| HSV(B) | 159.52º | 0.83% | 0.98% | - |
| XYZ | 43.73 | 72.8 | 54.93 | - |
| YUV | 180.71 | 127.59 | 29.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 251 | 180 | 0.83 | 0 | 0.28 | 0.02 | 159.52 | 0.96 | 0.58 |
| Hex | 2B | FB | B4 | 53 | 0 | 1C | 2 | A0 | 60 | 3A |
| Octal | 53 | 373 | 264 | 123 | 0 | 34 | 2 | 240 | 140 | 72 |
| Binary | 101011 | 11111011 | 10110100 | 1010011 | 0 | 11100 | 10 | 10100000 | 1100000 | 111010 |
Color Harmonies of #2BFBB4
Complementary color
Monochromatic Colors of #2BFBB4
Black with #2BFBB4
Text Example
Text Example
White with #2BFBB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFBB4; }
p { color: rgb(43,251,180); }
H1.HeaderClassName
{
color: #2BFBB4;
}
.AnyTagClassName
{
color: #2BFBB4;
}
</style>
background-color css
<style>
a { background-color: #2BFBB4; }
a { background-color: rgb(43,251,180); }
div.DivClassName
{
background-color: #2BFBB4;
}
.BgClassName
{
background-color: #2BFBB4;
}
</style>
border-color css
<style>
span { border-color: #2BFBB4; }
span { border-color: rgb(43,251,180); }
td.TdClassName
{
border-color: #2BFBB4;
}
.TagClassName
{
border-color: #2BFBB4;
}
</style>