Shades of Turquoise #2BFAB4
Tints of Turquoise #2BFAB4
RGB
CMYK
RGB Variations
Color information
#2BFAB4 (or 0x2BFAB4) is known color: Turquoise. HEX triplet: 2B, FA and B4. RGB value is (43,250,180). Sum of RGB (Red+Green+Blue) = 43+250+180=473 (62% of max value = 765). Red value is 43 (17.19% from 255 or 9.09% from 473); Green value is 250 (98.05% from 255 or 52.85% from 473); Blue value is 180 (70.70% from 255 or 38.05% from 473); Max value from RGB is 250 - color contains mainly: green. Hex color #2BFAB4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BFAB4 is #D4054B. Grayscale: #B4B4B4. Windows color (decimal): -13894988 or 11860523. OLE color: 11860523.
HSL color Cylindrical-coordinate representation of color #2BFAB4: hue angle of 159.71º 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 #2BFAB4 is Cyan = 0.83, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 250 | 180 | - |
| CMYK | 0.83 | 0 | 0.28 | 0.02 |
| HSL | 159.71º | 0.95% | 0.57% | - |
| HSV(B) | 159.71º | 0.83% | 0.98% | - |
| XYZ | 43.42 | 72.18 | 54.82 | - |
| YUV | 180.13 | 127.92 | 30.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 250 | 180 | 0.83 | 0 | 0.28 | 0.02 | 159.71 | 0.95 | 0.57 |
| Hex | 2B | FA | B4 | 53 | 0 | 1C | 2 | A0 | 5F | 39 |
| Octal | 53 | 372 | 264 | 123 | 0 | 34 | 2 | 240 | 137 | 71 |
| Binary | 101011 | 11111010 | 10110100 | 1010011 | 0 | 11100 | 10 | 10100000 | 1011111 | 111001 |
Color Harmonies of #2BFAB4
Complementary color
Monochromatic Colors of #2BFAB4
Black with #2BFAB4
Text Example
Text Example
White with #2BFAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFAB4; }
p { color: rgb(43,250,180); }
H1.HeaderClassName
{
color: #2BFAB4;
}
.AnyTagClassName
{
color: #2BFAB4;
}
</style>
background-color css
<style>
a { background-color: #2BFAB4; }
a { background-color: rgb(43,250,180); }
div.DivClassName
{
background-color: #2BFAB4;
}
.BgClassName
{
background-color: #2BFAB4;
}
</style>
border-color css
<style>
span { border-color: #2BFAB4; }
span { border-color: rgb(43,250,180); }
td.TdClassName
{
border-color: #2BFAB4;
}
.TagClassName
{
border-color: #2BFAB4;
}
</style>