Shades of Turquoise #2CE4BD
Tints of Turquoise #2CE4BD
RGB
CMYK
RGB Variations
Color information
#2CE4BD (or 0x2CE4BD) is known color: Turquoise. HEX triplet: 2C, E4 and BD. RGB value is (44,228,189). Sum of RGB (Red+Green+Blue) = 44+228+189=461 (61% of max value = 765). Red value is 44 (17.58% from 255 or 9.54% from 461); Green value is 228 (89.45% from 255 or 49.46% from 461); Blue value is 189 (74.22% from 255 or 41.00% from 461); Max value from RGB is 228 - color contains mainly: green. Hex color #2CE4BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CE4BD is #D31B42. Grayscale: #A8A8A8. Windows color (decimal): -13835075 or 12444716. OLE color: 12444716.
HSL color Cylindrical-coordinate representation of color #2CE4BD: hue angle of 167.28º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CE4BD is Cyan = 0.81, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 44 | 228 | 189 | - |
| CMYK | 0.81 | 0 | 0.17 | 0.11 |
| HSL | 167.28º | 0.77% | 0.53% | - |
| HSV(B) | 167.28º | 0.81% | 0.89% | - |
| XYZ | 37.97 | 59.7 | 57.67 | - |
| YUV | 168.54 | 139.54 | 39.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 228 | 189 | 0.81 | 0 | 0.17 | 0.11 | 167.28 | 0.77 | 0.53 |
| Hex | 2C | E4 | BD | 51 | 0 | 11 | B | A7 | 4D | 35 |
| Octal | 54 | 344 | 275 | 121 | 0 | 21 | 13 | 247 | 115 | 65 |
| Binary | 101100 | 11100100 | 10111101 | 1010001 | 0 | 10001 | 1011 | 10100111 | 1001101 | 110101 |
Color Harmonies of #2CE4BD
Complementary color
Monochromatic Colors of #2CE4BD
Black with #2CE4BD
Text Example
Text Example
White with #2CE4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE4BD; }
p { color: rgb(44,228,189); }
H1.HeaderClassName
{
color: #2CE4BD;
}
.AnyTagClassName
{
color: #2CE4BD;
}
</style>
background-color css
<style>
a { background-color: #2CE4BD; }
a { background-color: rgb(44,228,189); }
div.DivClassName
{
background-color: #2CE4BD;
}
.BgClassName
{
background-color: #2CE4BD;
}
</style>
border-color css
<style>
span { border-color: #2CE4BD; }
span { border-color: rgb(44,228,189); }
td.TdClassName
{
border-color: #2CE4BD;
}
.TagClassName
{
border-color: #2CE4BD;
}
</style>