Shades of Turquoise #2BECB8
Tints of Turquoise #2BECB8
RGB
CMYK
RGB Variations
Color information
#2BECB8 (or 0x2BECB8) is known color: Turquoise. HEX triplet: 2B, EC and B8. RGB value is (43,236,184). Sum of RGB (Red+Green+Blue) = 43+236+184=463 (61% of max value = 765). Red value is 43 (17.19% from 255 or 9.29% from 463); Green value is 236 (92.58% from 255 or 50.97% from 463); Blue value is 184 (72.27% from 255 or 39.74% from 463); Max value from RGB is 236 - color contains mainly: green. Hex color #2BECB8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BECB8 is #D41347. Grayscale: #ACACAC. Windows color (decimal): -13898568 or 12119083. OLE color: 12119083.
HSL color Cylindrical-coordinate representation of color #2BECB8: hue angle of 163.83º 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 #2BECB8 is Cyan = 0.82, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 236 | 184 | - |
| CMYK | 0.82 | 0 | 0.22 | 0.07 |
| HSL | 163.83º | 0.84% | 0.55% | - |
| HSV(B) | 163.83º | 0.82% | 0.93% | - |
| XYZ | 39.64 | 63.97 | 55.6 | - |
| YUV | 172.37 | 134.56 | 35.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 236 | 184 | 0.82 | 0 | 0.22 | 0.07 | 163.83 | 0.84 | 0.55 |
| Hex | 2B | EC | B8 | 52 | 0 | 16 | 7 | A4 | 54 | 37 |
| Octal | 53 | 354 | 270 | 122 | 0 | 26 | 7 | 244 | 124 | 67 |
| Binary | 101011 | 11101100 | 10111000 | 1010010 | 0 | 10110 | 111 | 10100100 | 1010100 | 110111 |
Color Harmonies of #2BECB8
Complementary color
Monochromatic Colors of #2BECB8
Black with #2BECB8
Text Example
Text Example
White with #2BECB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BECB8; }
p { color: rgb(43,236,184); }
H1.HeaderClassName
{
color: #2BECB8;
}
.AnyTagClassName
{
color: #2BECB8;
}
</style>
background-color css
<style>
a { background-color: #2BECB8; }
a { background-color: rgb(43,236,184); }
div.DivClassName
{
background-color: #2BECB8;
}
.BgClassName
{
background-color: #2BECB8;
}
</style>
border-color css
<style>
span { border-color: #2BECB8; }
span { border-color: rgb(43,236,184); }
td.TdClassName
{
border-color: #2BECB8;
}
.TagClassName
{
border-color: #2BECB8;
}
</style>