Shades of Turquoise #2BECB3
Tints of Turquoise #2BECB3
RGB
CMYK
RGB Variations
Color information
#2BECB3 (or 0x2BECB3) is known color: Turquoise. HEX triplet: 2B, EC and B3. RGB value is (43,236,179). Sum of RGB (Red+Green+Blue) = 43+236+179=458 (60% of max value = 765). Red value is 43 (17.19% from 255 or 9.39% from 458); Green value is 236 (92.58% from 255 or 51.53% from 458); Blue value is 179 (70.31% from 255 or 39.08% from 458); Max value from RGB is 236 - color contains mainly: green. Hex color #2BECB3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BECB3 is #D4134C. Grayscale: #ABABAB. Windows color (decimal): -13898573 or 11791403. OLE color: 11791403.
HSL color Cylindrical-coordinate representation of color #2BECB3: hue angle of 162.28º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BECB3 is Cyan = 0.82, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 236 | 179 | - |
| CMYK | 0.82 | 0 | 0.24 | 0.07 |
| HSL | 162.28º | 0.84% | 0.55% | - |
| HSV(B) | 162.28º | 0.82% | 0.93% | - |
| XYZ | 39.13 | 63.76 | 52.89 | - |
| YUV | 171.8 | 132.06 | 36.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 236 | 179 | 0.82 | 0 | 0.24 | 0.07 | 162.28 | 0.84 | 0.55 |
| Hex | 2B | EC | B3 | 52 | 0 | 18 | 7 | A2 | 54 | 37 |
| Octal | 53 | 354 | 263 | 122 | 0 | 30 | 7 | 242 | 124 | 67 |
| Binary | 101011 | 11101100 | 10110011 | 1010010 | 0 | 11000 | 111 | 10100010 | 1010100 | 110111 |
Color Harmonies of #2BECB3
Complementary color
Monochromatic Colors of #2BECB3
Black with #2BECB3
Text Example
Text Example
White with #2BECB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BECB3; }
p { color: rgb(43,236,179); }
H1.HeaderClassName
{
color: #2BECB3;
}
.AnyTagClassName
{
color: #2BECB3;
}
</style>
background-color css
<style>
a { background-color: #2BECB3; }
a { background-color: rgb(43,236,179); }
div.DivClassName
{
background-color: #2BECB3;
}
.BgClassName
{
background-color: #2BECB3;
}
</style>
border-color css
<style>
span { border-color: #2BECB3; }
span { border-color: rgb(43,236,179); }
td.TdClassName
{
border-color: #2BECB3;
}
.TagClassName
{
border-color: #2BECB3;
}
</style>