Shades of Turquoise #2CE2BD
Tints of Turquoise #2CE2BD
RGB
CMYK
RGB Variations
Color information
#2CE2BD (or 0x2CE2BD) is known color: Turquoise. HEX triplet: 2C, E2 and BD. RGB value is (44,226,189). Sum of RGB (Red+Green+Blue) = 44+226+189=459 (60% of max value = 765). Red value is 44 (17.58% from 255 or 9.59% from 459); Green value is 226 (88.67% from 255 or 49.24% from 459); Blue value is 189 (74.22% from 255 or 41.18% from 459); Max value from RGB is 226 - color contains mainly: green. Hex color #2CE2BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CE2BD is #D31D42. Grayscale: #A7A7A7. Windows color (decimal): -13835587 or 12444204. OLE color: 12444204.
HSL color Cylindrical-coordinate representation of color #2CE2BD: hue angle of 167.8º degrees, saturation: 0.76, 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 #2CE2BD is Cyan = 0.81, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 44 | 226 | 189 | - |
| CMYK | 0.81 | 0 | 0.16 | 0.11 |
| HSL | 167.8º | 0.76% | 0.53% | - |
| HSV(B) | 167.8º | 0.81% | 0.89% | - |
| XYZ | 37.42 | 58.6 | 57.48 | - |
| YUV | 167.36 | 140.2 | 40.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 226 | 189 | 0.81 | 0 | 0.16 | 0.11 | 167.8 | 0.76 | 0.53 |
| Hex | 2C | E2 | BD | 51 | 0 | 10 | B | A8 | 4C | 35 |
| Octal | 54 | 342 | 275 | 121 | 0 | 20 | 13 | 250 | 114 | 65 |
| Binary | 101100 | 11100010 | 10111101 | 1010001 | 0 | 10000 | 1011 | 10101000 | 1001100 | 110101 |
Color Harmonies of #2CE2BD
Complementary color
Monochromatic Colors of #2CE2BD
Black with #2CE2BD
Text Example
Text Example
White with #2CE2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE2BD; }
p { color: rgb(44,226,189); }
H1.HeaderClassName
{
color: #2CE2BD;
}
.AnyTagClassName
{
color: #2CE2BD;
}
</style>
background-color css
<style>
a { background-color: #2CE2BD; }
a { background-color: rgb(44,226,189); }
div.DivClassName
{
background-color: #2CE2BD;
}
.BgClassName
{
background-color: #2CE2BD;
}
</style>
border-color css
<style>
span { border-color: #2CE2BD; }
span { border-color: rgb(44,226,189); }
td.TdClassName
{
border-color: #2CE2BD;
}
.TagClassName
{
border-color: #2CE2BD;
}
</style>