Shades of Turquoise #2BFABD
Tints of Turquoise #2BFABD
RGB
CMYK
RGB Variations
Color information
#2BFABD (or 0x2BFABD) is known color: Turquoise. HEX triplet: 2B, FA and BD. RGB value is (43,250,189). Sum of RGB (Red+Green+Blue) = 43+250+189=482 (63% of max value = 765). Red value is 43 (17.19% from 255 or 8.92% from 482); Green value is 250 (98.05% from 255 or 51.87% from 482); Blue value is 189 (74.22% from 255 or 39.21% from 482); Max value from RGB is 250 - color contains mainly: green. Hex color #2BFABD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BFABD is #D40542. Grayscale: #B5B5B5. Windows color (decimal): -13894979 or 12450347. OLE color: 12450347.
HSL color Cylindrical-coordinate representation of color #2BFABD: hue angle of 162.32º 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 #2BFABD is Cyan = 0.83, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 250 | 189 | - |
| CMYK | 0.83 | 0 | 0.24 | 0.02 |
| HSL | 162.32º | 0.95% | 0.57% | - |
| HSV(B) | 162.32º | 0.83% | 0.98% | - |
| XYZ | 44.37 | 72.56 | 59.81 | - |
| YUV | 181.15 | 132.42 | 29.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 250 | 189 | 0.83 | 0 | 0.24 | 0.02 | 162.32 | 0.95 | 0.57 |
| Hex | 2B | FA | BD | 53 | 0 | 18 | 2 | A2 | 5F | 39 |
| Octal | 53 | 372 | 275 | 123 | 0 | 30 | 2 | 242 | 137 | 71 |
| Binary | 101011 | 11111010 | 10111101 | 1010011 | 0 | 11000 | 10 | 10100010 | 1011111 | 111001 |
Color Harmonies of #2BFABD
Complementary color
Monochromatic Colors of #2BFABD
Black with #2BFABD
Text Example
Text Example
White with #2BFABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFABD; }
p { color: rgb(43,250,189); }
H1.HeaderClassName
{
color: #2BFABD;
}
.AnyTagClassName
{
color: #2BFABD;
}
</style>
background-color css
<style>
a { background-color: #2BFABD; }
a { background-color: rgb(43,250,189); }
div.DivClassName
{
background-color: #2BFABD;
}
.BgClassName
{
background-color: #2BFABD;
}
</style>
border-color css
<style>
span { border-color: #2BFABD; }
span { border-color: rgb(43,250,189); }
td.TdClassName
{
border-color: #2BFABD;
}
.TagClassName
{
border-color: #2BFABD;
}
</style>