Shades of Turquoise #2BECEC
Tints of Turquoise #2BECEC
RGB
CMYK
RGB Variations
Color information
#2BECEC (or 0x2BECEC) is known color: Turquoise. HEX triplet: 2B, EC and EC. RGB value is (43,236,236). Sum of RGB (Red+Green+Blue) = 43+236+236=515 (68% of max value = 765). Red value is 43 (17.19% from 255 or 8.35% from 515); Green value is 236 (92.58% from 255 or 45.83% from 515); Blue value is 236 (92.58% from 255 or 45.83% from 515); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #2BECEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2BECEC is #D41313. Grayscale: #B2B2B2. Windows color (decimal): -13898516 or 15526955. OLE color: 15526955.
HSL color Cylindrical-coordinate representation of color #2BECEC: hue angle of 180º 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 #2BECEC is Cyan = 0.82, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 236 | 236 | - |
| CMYK | 0.82 | 0 | 0 | 0.07 |
| HSL | 180º | 0.84% | 0.55% | - |
| HSV(B) | 180º | 0.82% | 0.93% | - |
| XYZ | 46.13 | 66.56 | 89.77 | - |
| YUV | 178.29 | 160.56 | 31.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 236 | 236 | 0.82 | 0 | 0 | 0.07 | 180 | 0.84 | 0.55 |
| Hex | 2B | EC | EC | 52 | 0 | 0 | 7 | B4 | 54 | 37 |
| Octal | 53 | 354 | 354 | 122 | 0 | 0 | 7 | 264 | 124 | 67 |
| Binary | 101011 | 11101100 | 11101100 | 1010010 | 0 | 0 | 111 | 10110100 | 1010100 | 110111 |
Color Harmonies of #2BECEC
Complementary color
Monochromatic Colors of #2BECEC
Black with #2BECEC
Text Example
Text Example
White with #2BECEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BECEC; }
p { color: rgb(43,236,236); }
H1.HeaderClassName
{
color: #2BECEC;
}
.AnyTagClassName
{
color: #2BECEC;
}
</style>
background-color css
<style>
a { background-color: #2BECEC; }
a { background-color: rgb(43,236,236); }
div.DivClassName
{
background-color: #2BECEC;
}
.BgClassName
{
background-color: #2BECEC;
}
</style>
border-color css
<style>
span { border-color: #2BECEC; }
span { border-color: rgb(43,236,236); }
td.TdClassName
{
border-color: #2BECEC;
}
.TagClassName
{
border-color: #2BECEC;
}
</style>