Shades of Turquoise #2CEBBB
Tints of Turquoise #2CEBBB
RGB
CMYK
RGB Variations
Color information
#2CEBBB (or 0x2CEBBB) is known color: Turquoise. HEX triplet: 2C, EB and BB. RGB value is (44,235,187). Sum of RGB (Red+Green+Blue) = 44+235+187=466 (61% of max value = 765). Red value is 44 (17.58% from 255 or 9.44% from 466); Green value is 235 (92.19% from 255 or 50.43% from 466); Blue value is 187 (73.44% from 255 or 40.13% from 466); Max value from RGB is 235 - color contains mainly: green. Hex color #2CEBBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CEBBB is #D31444. Grayscale: #ACACAC. Windows color (decimal): -13833285 or 12315436. OLE color: 12315436.
HSL color Cylindrical-coordinate representation of color #2CEBBB: hue angle of 164.92º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CEBBB is Cyan = 0.81, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 44 | 235 | 187 | - |
| CMYK | 0.81 | 0 | 0.20 | 0.08 |
| HSL | 164.92º | 0.83% | 0.55% | - |
| HSV(B) | 164.92º | 0.81% | 0.92% | - |
| XYZ | 39.72 | 63.54 | 57.18 | - |
| YUV | 172.42 | 136.22 | 36.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 235 | 187 | 0.81 | 0 | 0.20 | 0.08 | 164.92 | 0.83 | 0.55 |
| Hex | 2C | EB | BB | 51 | 0 | 14 | 8 | A5 | 53 | 37 |
| Octal | 54 | 353 | 273 | 121 | 0 | 24 | 10 | 245 | 123 | 67 |
| Binary | 101100 | 11101011 | 10111011 | 1010001 | 0 | 10100 | 1000 | 10100101 | 1010011 | 110111 |
Color Harmonies of #2CEBBB
Complementary color
Monochromatic Colors of #2CEBBB
Black with #2CEBBB
Text Example
Text Example
White with #2CEBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEBBB; }
p { color: rgb(44,235,187); }
H1.HeaderClassName
{
color: #2CEBBB;
}
.AnyTagClassName
{
color: #2CEBBB;
}
</style>
background-color css
<style>
a { background-color: #2CEBBB; }
a { background-color: rgb(44,235,187); }
div.DivClassName
{
background-color: #2CEBBB;
}
.BgClassName
{
background-color: #2CEBBB;
}
</style>
border-color css
<style>
span { border-color: #2CEBBB; }
span { border-color: rgb(44,235,187); }
td.TdClassName
{
border-color: #2CEBBB;
}
.TagClassName
{
border-color: #2CEBBB;
}
</style>