Shades of Turquoise #2BEAC0
Tints of Turquoise #2BEAC0
RGB
CMYK
RGB Variations
Color information
#2BEAC0 (or 0x2BEAC0) is known color: Turquoise. HEX triplet: 2B, EA and C0. RGB value is (43,234,192). Sum of RGB (Red+Green+Blue) = 43+234+192=469 (62% of max value = 765). Red value is 43 (17.19% from 255 or 9.17% from 469); Green value is 234 (91.80% from 255 or 49.89% from 469); Blue value is 192 (75.39% from 255 or 40.94% from 469); Max value from RGB is 234 - color contains mainly: green. Hex color #2BEAC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BEAC0 is #D4153F. Grayscale: #ACACAC. Windows color (decimal): -13899072 or 12642859. OLE color: 12642859.
HSL color Cylindrical-coordinate representation of color #2BEAC0: hue angle of 166.81º 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 #2BEAC0 is Cyan = 0.82, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 43 | 234 | 192 | - |
| CMYK | 0.82 | 0 | 0.18 | 0.08 |
| HSL | 166.81º | 0.82% | 0.54% | - |
| HSV(B) | 166.81º | 0.82% | 0.92% | - |
| XYZ | 39.93 | 63.17 | 59.96 | - |
| YUV | 172.1 | 139.22 | 35.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 234 | 192 | 0.82 | 0 | 0.18 | 0.08 | 166.81 | 0.82 | 0.54 |
| Hex | 2B | EA | C0 | 52 | 0 | 12 | 8 | A7 | 52 | 36 |
| Octal | 53 | 352 | 300 | 122 | 0 | 22 | 10 | 247 | 122 | 66 |
| Binary | 101011 | 11101010 | 11000000 | 1010010 | 0 | 10010 | 1000 | 10100111 | 1010010 | 110110 |
Color Harmonies of #2BEAC0
Complementary color
Monochromatic Colors of #2BEAC0
Black with #2BEAC0
Text Example
Text Example
White with #2BEAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEAC0; }
p { color: rgb(43,234,192); }
H1.HeaderClassName
{
color: #2BEAC0;
}
.AnyTagClassName
{
color: #2BEAC0;
}
</style>
background-color css
<style>
a { background-color: #2BEAC0; }
a { background-color: rgb(43,234,192); }
div.DivClassName
{
background-color: #2BEAC0;
}
.BgClassName
{
background-color: #2BEAC0;
}
</style>
border-color css
<style>
span { border-color: #2BEAC0; }
span { border-color: rgb(43,234,192); }
td.TdClassName
{
border-color: #2BEAC0;
}
.TagClassName
{
border-color: #2BEAC0;
}
</style>