Shades of Turquoise #2BF9BA
Tints of Turquoise #2BF9BA
RGB
CMYK
RGB Variations
Color information
#2BF9BA (or 0x2BF9BA) is known color: Turquoise. HEX triplet: 2B, F9 and BA. RGB value is (43,249,186). Sum of RGB (Red+Green+Blue) = 43+249+186=478 (63% of max value = 765). Red value is 43 (17.19% from 255 or 9.00% from 478); Green value is 249 (97.66% from 255 or 52.09% from 478); Blue value is 186 (73.05% from 255 or 38.91% from 478); Max value from RGB is 249 - color contains mainly: green. Hex color #2BF9BA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BF9BA is #D40645. Grayscale: #B4B4B4. Windows color (decimal): -13895238 or 12253483. OLE color: 12253483.
HSL color Cylindrical-coordinate representation of color #2BF9BA: hue angle of 161.65º degrees, saturation: 0.94, 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 #2BF9BA is Cyan = 0.83, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 249 | 186 | - |
| CMYK | 0.83 | 0 | 0.25 | 0.02 |
| HSL | 161.65º | 0.94% | 0.57% | - |
| HSV(B) | 161.65º | 0.83% | 0.98% | - |
| XYZ | 43.73 | 71.81 | 58.01 | - |
| YUV | 180.22 | 131.25 | 30.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 249 | 186 | 0.83 | 0 | 0.25 | 0.02 | 161.65 | 0.94 | 0.57 |
| Hex | 2B | F9 | BA | 53 | 0 | 19 | 2 | A2 | 5E | 39 |
| Octal | 53 | 371 | 272 | 123 | 0 | 31 | 2 | 242 | 136 | 71 |
| Binary | 101011 | 11111001 | 10111010 | 1010011 | 0 | 11001 | 10 | 10100010 | 1011110 | 111001 |
Color Harmonies of #2BF9BA
Complementary color
Monochromatic Colors of #2BF9BA
Black with #2BF9BA
Text Example
Text Example
White with #2BF9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BF9BA; }
p { color: rgb(43,249,186); }
H1.HeaderClassName
{
color: #2BF9BA;
}
.AnyTagClassName
{
color: #2BF9BA;
}
</style>
background-color css
<style>
a { background-color: #2BF9BA; }
a { background-color: rgb(43,249,186); }
div.DivClassName
{
background-color: #2BF9BA;
}
.BgClassName
{
background-color: #2BF9BA;
}
</style>
border-color css
<style>
span { border-color: #2BF9BA; }
span { border-color: rgb(43,249,186); }
td.TdClassName
{
border-color: #2BF9BA;
}
.TagClassName
{
border-color: #2BF9BA;
}
</style>