Shades of Turquoise #2BECCE
Tints of Turquoise #2BECCE
RGB
CMYK
RGB Variations
Color information
#2BECCE (or 0x2BECCE) is known color: Turquoise. HEX triplet: 2B, EC and CE. RGB value is (43,236,206). Sum of RGB (Red+Green+Blue) = 43+236+206=485 (64% of max value = 765). Red value is 43 (17.19% from 255 or 8.87% from 485); Green value is 236 (92.58% from 255 or 48.66% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 236 - color contains mainly: green. Hex color #2BECCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BECCE is #D41331. Grayscale: #AEAEAE. Windows color (decimal): -13898546 or 13560875. OLE color: 13560875.
HSL color Cylindrical-coordinate representation of color #2BECCE: hue angle of 170.67º 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 #2BECCE is Cyan = 0.82, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 236 | 206 | - |
| CMYK | 0.82 | 0 | 0.13 | 0.07 |
| HSL | 170.67º | 0.84% | 0.55% | - |
| HSV(B) | 170.67º | 0.82% | 0.93% | - |
| XYZ | 42.13 | 64.96 | 68.71 | - |
| YUV | 174.87 | 145.56 | 33.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 236 | 206 | 0.82 | 0 | 0.13 | 0.07 | 170.67 | 0.84 | 0.55 |
| Hex | 2B | EC | CE | 52 | 0 | D | 7 | AB | 54 | 37 |
| Octal | 53 | 354 | 316 | 122 | 0 | 15 | 7 | 253 | 124 | 67 |
| Binary | 101011 | 11101100 | 11001110 | 1010010 | 0 | 1101 | 111 | 10101011 | 1010100 | 110111 |
Color Harmonies of #2BECCE
Complementary color
Monochromatic Colors of #2BECCE
Black with #2BECCE
Text Example
Text Example
White with #2BECCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BECCE; }
p { color: rgb(43,236,206); }
H1.HeaderClassName
{
color: #2BECCE;
}
.AnyTagClassName
{
color: #2BECCE;
}
</style>
background-color css
<style>
a { background-color: #2BECCE; }
a { background-color: rgb(43,236,206); }
div.DivClassName
{
background-color: #2BECCE;
}
.BgClassName
{
background-color: #2BECCE;
}
</style>
border-color css
<style>
span { border-color: #2BECCE; }
span { border-color: rgb(43,236,206); }
td.TdClassName
{
border-color: #2BECCE;
}
.TagClassName
{
border-color: #2BECCE;
}
</style>