Shades of Turquoise #2CEBB4
Tints of Turquoise #2CEBB4
RGB
CMYK
RGB Variations
Color information
#2CEBB4 (or 0x2CEBB4) is known color: Turquoise. HEX triplet: 2C, EB and B4. RGB value is (44,235,180). Sum of RGB (Red+Green+Blue) = 44+235+180=459 (60% of max value = 765). Red value is 44 (17.58% from 255 or 9.59% from 459); Green value is 235 (92.19% from 255 or 51.20% from 459); Blue value is 180 (70.70% from 255 or 39.22% from 459); Max value from RGB is 235 - color contains mainly: green. Hex color #2CEBB4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CEBB4 is #D3144B. Grayscale: #ABABAB. Windows color (decimal): -13833292 or 11856684. OLE color: 11856684.
HSL color Cylindrical-coordinate representation of color #2CEBB4: hue angle of 162.72º 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 #2CEBB4 is Cyan = 0.81, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 44 | 235 | 180 | - |
| CMYK | 0.81 | 0 | 0.23 | 0.08 |
| HSL | 162.72º | 0.83% | 0.55% | - |
| HSV(B) | 162.72º | 0.81% | 0.92% | - |
| XYZ | 38.99 | 63.25 | 53.33 | - |
| YUV | 171.62 | 132.72 | 36.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 235 | 180 | 0.81 | 0 | 0.23 | 0.08 | 162.72 | 0.83 | 0.55 |
| Hex | 2C | EB | B4 | 51 | 0 | 17 | 8 | A3 | 53 | 37 |
| Octal | 54 | 353 | 264 | 121 | 0 | 27 | 10 | 243 | 123 | 67 |
| Binary | 101100 | 11101011 | 10110100 | 1010001 | 0 | 10111 | 1000 | 10100011 | 1010011 | 110111 |
Color Harmonies of #2CEBB4
Complementary color
Monochromatic Colors of #2CEBB4
Black with #2CEBB4
Text Example
Text Example
White with #2CEBB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEBB4; }
p { color: rgb(44,235,180); }
H1.HeaderClassName
{
color: #2CEBB4;
}
.AnyTagClassName
{
color: #2CEBB4;
}
</style>
background-color css
<style>
a { background-color: #2CEBB4; }
a { background-color: rgb(44,235,180); }
div.DivClassName
{
background-color: #2CEBB4;
}
.BgClassName
{
background-color: #2CEBB4;
}
</style>
border-color css
<style>
span { border-color: #2CEBB4; }
span { border-color: rgb(44,235,180); }
td.TdClassName
{
border-color: #2CEBB4;
}
.TagClassName
{
border-color: #2CEBB4;
}
</style>