Shades of Turquoise #2BEAB3
Tints of Turquoise #2BEAB3
RGB
CMYK
RGB Variations
Color information
#2BEAB3 (or 0x2BEAB3) is known color: Turquoise. HEX triplet: 2B, EA and B3. RGB value is (43,234,179). Sum of RGB (Red+Green+Blue) = 43+234+179=456 (60% of max value = 765). Red value is 43 (17.19% from 255 or 9.43% from 456); Green value is 234 (91.80% from 255 or 51.32% from 456); Blue value is 179 (70.31% from 255 or 39.25% from 456); Max value from RGB is 234 - color contains mainly: green. Hex color #2BEAB3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BEAB3 is #D4154C. Grayscale: #AAAAAA. Windows color (decimal): -13899085 or 11790891. OLE color: 11790891.
HSL color Cylindrical-coordinate representation of color #2BEAB3: hue angle of 162.72º 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 #2BEAB3 is Cyan = 0.82, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 43 | 234 | 179 | - |
| CMYK | 0.82 | 0 | 0.24 | 0.08 |
| HSL | 162.72º | 0.82% | 0.54% | - |
| HSV(B) | 162.72º | 0.82% | 0.92% | - |
| XYZ | 38.56 | 62.61 | 52.7 | - |
| YUV | 170.62 | 132.72 | 36.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 234 | 179 | 0.82 | 0 | 0.24 | 0.08 | 162.72 | 0.82 | 0.54 |
| Hex | 2B | EA | B3 | 52 | 0 | 18 | 8 | A3 | 52 | 36 |
| Octal | 53 | 352 | 263 | 122 | 0 | 30 | 10 | 243 | 122 | 66 |
| Binary | 101011 | 11101010 | 10110011 | 1010010 | 0 | 11000 | 1000 | 10100011 | 1010010 | 110110 |
Color Harmonies of #2BEAB3
Complementary color
Monochromatic Colors of #2BEAB3
Black with #2BEAB3
Text Example
Text Example
White with #2BEAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEAB3; }
p { color: rgb(43,234,179); }
H1.HeaderClassName
{
color: #2BEAB3;
}
.AnyTagClassName
{
color: #2BEAB3;
}
</style>
background-color css
<style>
a { background-color: #2BEAB3; }
a { background-color: rgb(43,234,179); }
div.DivClassName
{
background-color: #2BEAB3;
}
.BgClassName
{
background-color: #2BEAB3;
}
</style>
border-color css
<style>
span { border-color: #2BEAB3; }
span { border-color: rgb(43,234,179); }
td.TdClassName
{
border-color: #2BEAB3;
}
.TagClassName
{
border-color: #2BEAB3;
}
</style>