Shades of Turquoise #2BECCB
Tints of Turquoise #2BECCB
RGB
CMYK
RGB Variations
Color information
#2BECCB (or 0x2BECCB) is known color: Turquoise. HEX triplet: 2B, EC and CB. RGB value is (43,236,203). Sum of RGB (Red+Green+Blue) = 43+236+203=482 (63% of max value = 765). Red value is 43 (17.19% from 255 or 8.92% from 482); Green value is 236 (92.58% from 255 or 48.96% from 482); Blue value is 203 (79.69% from 255 or 42.12% from 482); Max value from RGB is 236 - color contains mainly: green. Hex color #2BECCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BECCB is #D41334. Grayscale: #AEAEAE. Windows color (decimal): -13898549 or 13364267. OLE color: 13364267.
HSL color Cylindrical-coordinate representation of color #2BECCB: hue angle of 169.74º 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 #2BECCB is Cyan = 0.82, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 236 | 203 | - |
| CMYK | 0.82 | 0 | 0.14 | 0.07 |
| HSL | 169.74º | 0.84% | 0.55% | - |
| HSV(B) | 169.74º | 0.82% | 0.93% | - |
| XYZ | 41.77 | 64.82 | 66.81 | - |
| YUV | 174.53 | 144.06 | 34.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 236 | 203 | 0.82 | 0 | 0.14 | 0.07 | 169.74 | 0.84 | 0.55 |
| Hex | 2B | EC | CB | 52 | 0 | E | 7 | AA | 54 | 37 |
| Octal | 53 | 354 | 313 | 122 | 0 | 16 | 7 | 252 | 124 | 67 |
| Binary | 101011 | 11101100 | 11001011 | 1010010 | 0 | 1110 | 111 | 10101010 | 1010100 | 110111 |
Color Harmonies of #2BECCB
Complementary color
Monochromatic Colors of #2BECCB
Black with #2BECCB
Text Example
Text Example
White with #2BECCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BECCB; }
p { color: rgb(43,236,203); }
H1.HeaderClassName
{
color: #2BECCB;
}
.AnyTagClassName
{
color: #2BECCB;
}
</style>
background-color css
<style>
a { background-color: #2BECCB; }
a { background-color: rgb(43,236,203); }
div.DivClassName
{
background-color: #2BECCB;
}
.BgClassName
{
background-color: #2BECCB;
}
</style>
border-color css
<style>
span { border-color: #2BECCB; }
span { border-color: rgb(43,236,203); }
td.TdClassName
{
border-color: #2BECCB;
}
.TagClassName
{
border-color: #2BECCB;
}
</style>