Shades of Turquoise #2CE5BE
Tints of Turquoise #2CE5BE
RGB
CMYK
RGB Variations
Color information
#2CE5BE (or 0x2CE5BE) is known color: Turquoise. HEX triplet: 2C, E5 and BE. RGB value is (44,229,190). Sum of RGB (Red+Green+Blue) = 44+229+190=463 (61% of max value = 765). Red value is 44 (17.58% from 255 or 9.50% from 463); Green value is 229 (89.84% from 255 or 49.46% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 229 - color contains mainly: green. Hex color #2CE5BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CE5BE is #D31A41. Grayscale: #A9A9A9. Windows color (decimal): -13834818 or 12510508. OLE color: 12510508.
HSL color Cylindrical-coordinate representation of color #2CE5BE: hue angle of 167.35º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CE5BE is Cyan = 0.81, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 44 | 229 | 190 | - |
| CMYK | 0.81 | 0 | 0.17 | 0.10 |
| HSL | 167.35º | 0.78% | 0.54% | - |
| HSV(B) | 167.35º | 0.81% | 0.9% | - |
| XYZ | 38.35 | 60.29 | 58.33 | - |
| YUV | 169.24 | 139.71 | 38.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 229 | 190 | 0.81 | 0 | 0.17 | 0.10 | 167.35 | 0.78 | 0.54 |
| Hex | 2C | E5 | BE | 51 | 0 | 11 | A | A7 | 4E | 36 |
| Octal | 54 | 345 | 276 | 121 | 0 | 21 | 12 | 247 | 116 | 66 |
| Binary | 101100 | 11100101 | 10111110 | 1010001 | 0 | 10001 | 1010 | 10100111 | 1001110 | 110110 |
Color Harmonies of #2CE5BE
Complementary color
Monochromatic Colors of #2CE5BE
Black with #2CE5BE
Text Example
Text Example
White with #2CE5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE5BE; }
p { color: rgb(44,229,190); }
H1.HeaderClassName
{
color: #2CE5BE;
}
.AnyTagClassName
{
color: #2CE5BE;
}
</style>
background-color css
<style>
a { background-color: #2CE5BE; }
a { background-color: rgb(44,229,190); }
div.DivClassName
{
background-color: #2CE5BE;
}
.BgClassName
{
background-color: #2CE5BE;
}
</style>
border-color css
<style>
span { border-color: #2CE5BE; }
span { border-color: rgb(44,229,190); }
td.TdClassName
{
border-color: #2CE5BE;
}
.TagClassName
{
border-color: #2CE5BE;
}
</style>