Shades of Turquoise #2BEABA
Tints of Turquoise #2BEABA
RGB
CMYK
RGB Variations
Color information
#2BEABA (or 0x2BEABA) is known color: Turquoise. HEX triplet: 2B, EA and BA. RGB value is (43,234,186). Sum of RGB (Red+Green+Blue) = 43+234+186=463 (61% of max value = 765). Red value is 43 (17.19% from 255 or 9.29% from 463); Green value is 234 (91.80% from 255 or 50.54% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 234 - color contains mainly: green. Hex color #2BEABA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BEABA is #D41545. Grayscale: #ABABAB. Windows color (decimal): -13899078 or 12249643. OLE color: 12249643.
HSL color Cylindrical-coordinate representation of color #2BEABA: hue angle of 164.92º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BEABA is Cyan = 0.82, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 43 | 234 | 186 | - |
| CMYK | 0.82 | 0 | 0.21 | 0.08 |
| HSL | 164.92º | 0.82% | 0.54% | - |
| HSV(B) | 164.92º | 0.82% | 0.92% | - |
| XYZ | 39.28 | 62.9 | 56.53 | - |
| YUV | 171.42 | 136.22 | 36.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 234 | 186 | 0.82 | 0 | 0.21 | 0.08 | 164.92 | 0.82 | 0.54 |
| Hex | 2B | EA | BA | 52 | 0 | 15 | 8 | A5 | 52 | 36 |
| Octal | 53 | 352 | 272 | 122 | 0 | 25 | 10 | 245 | 122 | 66 |
| Binary | 101011 | 11101010 | 10111010 | 1010010 | 0 | 10101 | 1000 | 10100101 | 1010010 | 110110 |
Color Harmonies of #2BEABA
Complementary color
Monochromatic Colors of #2BEABA
Black with #2BEABA
Text Example
Text Example
White with #2BEABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEABA; }
p { color: rgb(43,234,186); }
H1.HeaderClassName
{
color: #2BEABA;
}
.AnyTagClassName
{
color: #2BEABA;
}
</style>
background-color css
<style>
a { background-color: #2BEABA; }
a { background-color: rgb(43,234,186); }
div.DivClassName
{
background-color: #2BEABA;
}
.BgClassName
{
background-color: #2BEABA;
}
</style>
border-color css
<style>
span { border-color: #2BEABA; }
span { border-color: rgb(43,234,186); }
td.TdClassName
{
border-color: #2BEABA;
}
.TagClassName
{
border-color: #2BEABA;
}
</style>