Shades of Turquoise #2BECC0
Tints of Turquoise #2BECC0
RGB
CMYK
RGB Variations
Color information
#2BECC0 (or 0x2BECC0) is known color: Turquoise. HEX triplet: 2B, EC and C0. RGB value is (43,236,192). Sum of RGB (Red+Green+Blue) = 43+236+192=471 (62% of max value = 765). Red value is 43 (17.19% from 255 or 9.13% from 471); Green value is 236 (92.58% from 255 or 50.11% from 471); Blue value is 192 (75.39% from 255 or 40.76% from 471); Max value from RGB is 236 - color contains mainly: green. Hex color #2BECC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BECC0 is #D4133F. Grayscale: #ADADAD. Windows color (decimal): -13898560 or 12643371. OLE color: 12643371.
HSL color Cylindrical-coordinate representation of color #2BECC0: hue angle of 166.32º 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 #2BECC0 is Cyan = 0.82, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 236 | 192 | - |
| CMYK | 0.82 | 0 | 0.19 | 0.07 |
| HSL | 166.32º | 0.84% | 0.55% | - |
| HSV(B) | 166.32º | 0.82% | 0.93% | - |
| XYZ | 40.51 | 64.31 | 60.15 | - |
| YUV | 173.28 | 138.56 | 35.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 236 | 192 | 0.82 | 0 | 0.19 | 0.07 | 166.32 | 0.84 | 0.55 |
| Hex | 2B | EC | C0 | 52 | 0 | 13 | 7 | A6 | 54 | 37 |
| Octal | 53 | 354 | 300 | 122 | 0 | 23 | 7 | 246 | 124 | 67 |
| Binary | 101011 | 11101100 | 11000000 | 1010010 | 0 | 10011 | 111 | 10100110 | 1010100 | 110111 |
Color Harmonies of #2BECC0
Complementary color
Monochromatic Colors of #2BECC0
Black with #2BECC0
Text Example
Text Example
White with #2BECC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BECC0; }
p { color: rgb(43,236,192); }
H1.HeaderClassName
{
color: #2BECC0;
}
.AnyTagClassName
{
color: #2BECC0;
}
</style>
background-color css
<style>
a { background-color: #2BECC0; }
a { background-color: rgb(43,236,192); }
div.DivClassName
{
background-color: #2BECC0;
}
.BgClassName
{
background-color: #2BECC0;
}
</style>
border-color css
<style>
span { border-color: #2BECC0; }
span { border-color: rgb(43,236,192); }
td.TdClassName
{
border-color: #2BECC0;
}
.TagClassName
{
border-color: #2BECC0;
}
</style>