Shades of Turquoise #2CECBB
Tints of Turquoise #2CECBB
RGB
CMYK
RGB Variations
Color information
#2CECBB (or 0x2CECBB) is known color: Turquoise. HEX triplet: 2C, EC and BB. RGB value is (44,236,187). Sum of RGB (Red+Green+Blue) = 44+236+187=467 (61% of max value = 765). Red value is 44 (17.58% from 255 or 9.42% from 467); Green value is 236 (92.58% from 255 or 50.54% from 467); Blue value is 187 (73.44% from 255 or 40.04% from 467); Max value from RGB is 236 - color contains mainly: green. Hex color #2CECBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CECBB is #D31344. Grayscale: #ADADAD. Windows color (decimal): -13833029 or 12315692. OLE color: 12315692.
HSL color Cylindrical-coordinate representation of color #2CECBB: hue angle of 164.69º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CECBB is Cyan = 0.81, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 44 | 236 | 187 | - |
| CMYK | 0.81 | 0 | 0.21 | 0.07 |
| HSL | 164.69º | 0.83% | 0.55% | - |
| HSV(B) | 164.69º | 0.81% | 0.93% | - |
| XYZ | 40 | 64.11 | 57.28 | - |
| YUV | 173.01 | 135.89 | 35.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 236 | 187 | 0.81 | 0 | 0.21 | 0.07 | 164.69 | 0.83 | 0.55 |
| Hex | 2C | EC | BB | 51 | 0 | 15 | 7 | A5 | 53 | 37 |
| Octal | 54 | 354 | 273 | 121 | 0 | 25 | 7 | 245 | 123 | 67 |
| Binary | 101100 | 11101100 | 10111011 | 1010001 | 0 | 10101 | 111 | 10100101 | 1010011 | 110111 |
Color Harmonies of #2CECBB
Complementary color
Monochromatic Colors of #2CECBB
Black with #2CECBB
Text Example
Text Example
White with #2CECBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CECBB; }
p { color: rgb(44,236,187); }
H1.HeaderClassName
{
color: #2CECBB;
}
.AnyTagClassName
{
color: #2CECBB;
}
</style>
background-color css
<style>
a { background-color: #2CECBB; }
a { background-color: rgb(44,236,187); }
div.DivClassName
{
background-color: #2CECBB;
}
.BgClassName
{
background-color: #2CECBB;
}
</style>
border-color css
<style>
span { border-color: #2CECBB; }
span { border-color: rgb(44,236,187); }
td.TdClassName
{
border-color: #2CECBB;
}
.TagClassName
{
border-color: #2CECBB;
}
</style>