Shades of Turquoise #2BEAB8
Tints of Turquoise #2BEAB8
RGB
CMYK
RGB Variations
Color information
#2BEAB8 (or 0x2BEAB8) is known color: Turquoise. HEX triplet: 2B, EA and B8. RGB value is (43,234,184). Sum of RGB (Red+Green+Blue) = 43+234+184=461 (61% of max value = 765). Red value is 43 (17.19% from 255 or 9.33% from 461); Green value is 234 (91.80% from 255 or 50.76% from 461); Blue value is 184 (72.27% from 255 or 39.91% from 461); Max value from RGB is 234 - color contains mainly: green. Hex color #2BEAB8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BEAB8 is #D41547. Grayscale: #ABABAB. Windows color (decimal): -13899080 or 12118571. OLE color: 12118571.
HSL color Cylindrical-coordinate representation of color #2BEAB8: hue angle of 164.29º 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 #2BEAB8 is Cyan = 0.82, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 43 | 234 | 184 | - |
| CMYK | 0.82 | 0 | 0.21 | 0.08 |
| HSL | 164.29º | 0.82% | 0.54% | - |
| HSV(B) | 164.29º | 0.82% | 0.92% | - |
| XYZ | 39.07 | 62.82 | 55.41 | - |
| YUV | 171.19 | 135.22 | 36.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 234 | 184 | 0.82 | 0 | 0.21 | 0.08 | 164.29 | 0.82 | 0.54 |
| Hex | 2B | EA | B8 | 52 | 0 | 15 | 8 | A4 | 52 | 36 |
| Octal | 53 | 352 | 270 | 122 | 0 | 25 | 10 | 244 | 122 | 66 |
| Binary | 101011 | 11101010 | 10111000 | 1010010 | 0 | 10101 | 1000 | 10100100 | 1010010 | 110110 |
Color Harmonies of #2BEAB8
Complementary color
Monochromatic Colors of #2BEAB8
Black with #2BEAB8
Text Example
Text Example
White with #2BEAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEAB8; }
p { color: rgb(43,234,184); }
H1.HeaderClassName
{
color: #2BEAB8;
}
.AnyTagClassName
{
color: #2BEAB8;
}
</style>
background-color css
<style>
a { background-color: #2BEAB8; }
a { background-color: rgb(43,234,184); }
div.DivClassName
{
background-color: #2BEAB8;
}
.BgClassName
{
background-color: #2BEAB8;
}
</style>
border-color css
<style>
span { border-color: #2BEAB8; }
span { border-color: rgb(43,234,184); }
td.TdClassName
{
border-color: #2BEAB8;
}
.TagClassName
{
border-color: #2BEAB8;
}
</style>