Shades of Turquoise #2BDFBA
Tints of Turquoise #2BDFBA
RGB
CMYK
RGB Variations
Color information
#2BDFBA (or 0x2BDFBA) is known color: Turquoise. HEX triplet: 2B, DF and BA. RGB value is (43,223,186). Sum of RGB (Red+Green+Blue) = 43+223+186=452 (59% of max value = 765). Red value is 43 (17.19% from 255 or 9.51% from 452); Green value is 223 (87.5% from 255 or 49.34% from 452); Blue value is 186 (73.05% from 255 or 41.15% from 452); Max value from RGB is 223 - color contains mainly: green. Hex color #2BDFBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BDFBA is #D42045. Grayscale: #A4A4A4. Windows color (decimal): -13901894 or 12246827. OLE color: 12246827.
HSL color Cylindrical-coordinate representation of color #2BDFBA: hue angle of 167.67º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BDFBA is Cyan = 0.81, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 223 | 186 | - |
| CMYK | 0.81 | 0 | 0.17 | 0.13 |
| HSL | 167.67º | 0.74% | 0.52% | - |
| HSV(B) | 167.67º | 0.81% | 0.87% | - |
| XYZ | 36.25 | 56.83 | 55.51 | - |
| YUV | 164.96 | 139.87 | 41.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 223 | 186 | 0.81 | 0 | 0.17 | 0.13 | 167.67 | 0.74 | 0.52 |
| Hex | 2B | DF | BA | 51 | 0 | 11 | D | A8 | 4A | 34 |
| Octal | 53 | 337 | 272 | 121 | 0 | 21 | 15 | 250 | 112 | 64 |
| Binary | 101011 | 11011111 | 10111010 | 1010001 | 0 | 10001 | 1101 | 10101000 | 1001010 | 110100 |
Color Harmonies of #2BDFBA
Complementary color
Monochromatic Colors of #2BDFBA
Black with #2BDFBA
Text Example
Text Example
White with #2BDFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDFBA; }
p { color: rgb(43,223,186); }
H1.HeaderClassName
{
color: #2BDFBA;
}
.AnyTagClassName
{
color: #2BDFBA;
}
</style>
background-color css
<style>
a { background-color: #2BDFBA; }
a { background-color: rgb(43,223,186); }
div.DivClassName
{
background-color: #2BDFBA;
}
.BgClassName
{
background-color: #2BDFBA;
}
</style>
border-color css
<style>
span { border-color: #2BDFBA; }
span { border-color: rgb(43,223,186); }
td.TdClassName
{
border-color: #2BDFBA;
}
.TagClassName
{
border-color: #2BDFBA;
}
</style>