Shades of Turquoise #2CE3BD
Tints of Turquoise #2CE3BD
RGB
CMYK
RGB Variations
Color information
#2CE3BD (or 0x2CE3BD) is known color: Turquoise. HEX triplet: 2C, E3 and BD. RGB value is (44,227,189). Sum of RGB (Red+Green+Blue) = 44+227+189=460 (60% of max value = 765). Red value is 44 (17.58% from 255 or 9.57% from 460); Green value is 227 (89.06% from 255 or 49.35% from 460); Blue value is 189 (74.22% from 255 or 41.09% from 460); Max value from RGB is 227 - color contains mainly: green. Hex color #2CE3BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CE3BD is #D31C42. Grayscale: #A7A7A7. Windows color (decimal): -13835331 or 12444460. OLE color: 12444460.
HSL color Cylindrical-coordinate representation of color #2CE3BD: hue angle of 167.54º 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 #2CE3BD is Cyan = 0.81, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 44 | 227 | 189 | - |
| CMYK | 0.81 | 0 | 0.17 | 0.11 |
| HSL | 167.54º | 0.77% | 0.53% | - |
| HSV(B) | 167.54º | 0.81% | 0.89% | - |
| XYZ | 37.69 | 59.15 | 57.57 | - |
| YUV | 167.95 | 139.87 | 39.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 227 | 189 | 0.81 | 0 | 0.17 | 0.11 | 167.54 | 0.77 | 0.53 |
| Hex | 2C | E3 | BD | 51 | 0 | 11 | B | A8 | 4D | 35 |
| Octal | 54 | 343 | 275 | 121 | 0 | 21 | 13 | 250 | 115 | 65 |
| Binary | 101100 | 11100011 | 10111101 | 1010001 | 0 | 10001 | 1011 | 10101000 | 1001101 | 110101 |
Color Harmonies of #2CE3BD
Complementary color
Monochromatic Colors of #2CE3BD
Black with #2CE3BD
Text Example
Text Example
White with #2CE3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE3BD; }
p { color: rgb(44,227,189); }
H1.HeaderClassName
{
color: #2CE3BD;
}
.AnyTagClassName
{
color: #2CE3BD;
}
</style>
background-color css
<style>
a { background-color: #2CE3BD; }
a { background-color: rgb(44,227,189); }
div.DivClassName
{
background-color: #2CE3BD;
}
.BgClassName
{
background-color: #2CE3BD;
}
</style>
border-color css
<style>
span { border-color: #2CE3BD; }
span { border-color: rgb(44,227,189); }
td.TdClassName
{
border-color: #2CE3BD;
}
.TagClassName
{
border-color: #2CE3BD;
}
</style>