Shades of Turquoise #2BECBE
Tints of Turquoise #2BECBE
RGB
CMYK
RGB Variations
Color information
#2BECBE (or 0x2BECBE) is known color: Turquoise. HEX triplet: 2B, EC and BE. RGB value is (43,236,190). Sum of RGB (Red+Green+Blue) = 43+236+190=469 (62% of max value = 765). Red value is 43 (17.19% from 255 or 9.17% from 469); Green value is 236 (92.58% from 255 or 50.32% from 469); Blue value is 190 (74.61% from 255 or 40.51% from 469); Max value from RGB is 236 - color contains mainly: green. Hex color #2BECBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BECBE is #D41341. Grayscale: #ADADAD. Windows color (decimal): -13898562 or 12512299. OLE color: 12512299.
HSL color Cylindrical-coordinate representation of color #2BECBE: hue angle of 165.7º 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 #2BECBE is Cyan = 0.82, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 236 | 190 | - |
| CMYK | 0.82 | 0 | 0.19 | 0.07 |
| HSL | 165.7º | 0.84% | 0.55% | - |
| HSV(B) | 165.7º | 0.82% | 0.93% | - |
| XYZ | 40.29 | 64.22 | 58.99 | - |
| YUV | 173.05 | 137.56 | 35.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 236 | 190 | 0.82 | 0 | 0.19 | 0.07 | 165.7 | 0.84 | 0.55 |
| Hex | 2B | EC | BE | 52 | 0 | 13 | 7 | A6 | 54 | 37 |
| Octal | 53 | 354 | 276 | 122 | 0 | 23 | 7 | 246 | 124 | 67 |
| Binary | 101011 | 11101100 | 10111110 | 1010010 | 0 | 10011 | 111 | 10100110 | 1010100 | 110111 |
Color Harmonies of #2BECBE
Complementary color
Monochromatic Colors of #2BECBE
Black with #2BECBE
Text Example
Text Example
White with #2BECBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BECBE; }
p { color: rgb(43,236,190); }
H1.HeaderClassName
{
color: #2BECBE;
}
.AnyTagClassName
{
color: #2BECBE;
}
</style>
background-color css
<style>
a { background-color: #2BECBE; }
a { background-color: rgb(43,236,190); }
div.DivClassName
{
background-color: #2BECBE;
}
.BgClassName
{
background-color: #2BECBE;
}
</style>
border-color css
<style>
span { border-color: #2BECBE; }
span { border-color: rgb(43,236,190); }
td.TdClassName
{
border-color: #2BECBE;
}
.TagClassName
{
border-color: #2BECBE;
}
</style>