Shades of Turquoise #2BFABB
Tints of Turquoise #2BFABB
RGB
CMYK
RGB Variations
Color information
#2BFABB (or 0x2BFABB) is known color: Turquoise. HEX triplet: 2B, FA and BB. RGB value is (43,250,187). Sum of RGB (Red+Green+Blue) = 43+250+187=480 (63% of max value = 765). Red value is 43 (17.19% from 255 or 8.96% from 480); Green value is 250 (98.05% from 255 or 52.08% from 480); Blue value is 187 (73.44% from 255 or 38.96% from 480); Max value from RGB is 250 - color contains mainly: green. Hex color #2BFABB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BFABB is #D40544. Grayscale: #B4B4B4. Windows color (decimal): -13894981 or 12319275. OLE color: 12319275.
HSL color Cylindrical-coordinate representation of color #2BFABB: hue angle of 161.74º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFABB is Cyan = 0.83, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 250 | 187 | - |
| CMYK | 0.83 | 0 | 0.25 | 0.02 |
| HSL | 161.74º | 0.95% | 0.57% | - |
| HSV(B) | 161.74º | 0.83% | 0.98% | - |
| XYZ | 44.15 | 72.47 | 58.68 | - |
| YUV | 180.93 | 131.42 | 29.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 250 | 187 | 0.83 | 0 | 0.25 | 0.02 | 161.74 | 0.95 | 0.57 |
| Hex | 2B | FA | BB | 53 | 0 | 19 | 2 | A2 | 5F | 39 |
| Octal | 53 | 372 | 273 | 123 | 0 | 31 | 2 | 242 | 137 | 71 |
| Binary | 101011 | 11111010 | 10111011 | 1010011 | 0 | 11001 | 10 | 10100010 | 1011111 | 111001 |
Color Harmonies of #2BFABB
Complementary color
Monochromatic Colors of #2BFABB
Black with #2BFABB
Text Example
Text Example
White with #2BFABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFABB; }
p { color: rgb(43,250,187); }
H1.HeaderClassName
{
color: #2BFABB;
}
.AnyTagClassName
{
color: #2BFABB;
}
</style>
background-color css
<style>
a { background-color: #2BFABB; }
a { background-color: rgb(43,250,187); }
div.DivClassName
{
background-color: #2BFABB;
}
.BgClassName
{
background-color: #2BFABB;
}
</style>
border-color css
<style>
span { border-color: #2BFABB; }
span { border-color: rgb(43,250,187); }
td.TdClassName
{
border-color: #2BFABB;
}
.TagClassName
{
border-color: #2BFABB;
}
</style>