Shades of Turquoise #2BEABC
Tints of Turquoise #2BEABC
RGB
CMYK
RGB Variations
Color information
#2BEABC (or 0x2BEABC) is known color: Turquoise. HEX triplet: 2B, EA and BC. RGB value is (43,234,188). Sum of RGB (Red+Green+Blue) = 43+234+188=465 (61% of max value = 765). Red value is 43 (17.19% from 255 or 9.25% from 465); Green value is 234 (91.80% from 255 or 50.32% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 234 - color contains mainly: green. Hex color #2BEABC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BEABC is #D41543. Grayscale: #ABABAB. Windows color (decimal): -13899076 or 12380715. OLE color: 12380715.
HSL color Cylindrical-coordinate representation of color #2BEABC: hue angle of 165.55º 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 #2BEABC is Cyan = 0.82, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 43 | 234 | 188 | - |
| CMYK | 0.82 | 0 | 0.20 | 0.08 |
| HSL | 165.55º | 0.82% | 0.54% | - |
| HSV(B) | 165.55º | 0.82% | 0.92% | - |
| XYZ | 39.5 | 62.99 | 57.65 | - |
| YUV | 171.65 | 137.22 | 36.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 234 | 188 | 0.82 | 0 | 0.20 | 0.08 | 165.55 | 0.82 | 0.54 |
| Hex | 2B | EA | BC | 52 | 0 | 14 | 8 | A6 | 52 | 36 |
| Octal | 53 | 352 | 274 | 122 | 0 | 24 | 10 | 246 | 122 | 66 |
| Binary | 101011 | 11101010 | 10111100 | 1010010 | 0 | 10100 | 1000 | 10100110 | 1010010 | 110110 |
Color Harmonies of #2BEABC
Complementary color
Monochromatic Colors of #2BEABC
Black with #2BEABC
Text Example
Text Example
White with #2BEABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEABC; }
p { color: rgb(43,234,188); }
H1.HeaderClassName
{
color: #2BEABC;
}
.AnyTagClassName
{
color: #2BEABC;
}
</style>
background-color css
<style>
a { background-color: #2BEABC; }
a { background-color: rgb(43,234,188); }
div.DivClassName
{
background-color: #2BEABC;
}
.BgClassName
{
background-color: #2BEABC;
}
</style>
border-color css
<style>
span { border-color: #2BEABC; }
span { border-color: rgb(43,234,188); }
td.TdClassName
{
border-color: #2BEABC;
}
.TagClassName
{
border-color: #2BEABC;
}
</style>