Shades of Turquoise #2CE9BC
Tints of Turquoise #2CE9BC
RGB
CMYK
RGB Variations
Color information
#2CE9BC (or 0x2CE9BC) is known color: Turquoise. HEX triplet: 2C, E9 and BC. RGB value is (44,233,188). Sum of RGB (Red+Green+Blue) = 44+233+188=465 (61% of max value = 765). Red value is 44 (17.58% from 255 or 9.46% from 465); Green value is 233 (91.41% from 255 or 50.11% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 233 - color contains mainly: green. Hex color #2CE9BC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CE9BC is #D31643. Grayscale: #ABABAB. Windows color (decimal): -13833796 or 12380460. OLE color: 12380460.
HSL color Cylindrical-coordinate representation of color #2CE9BC: hue angle of 165.71º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CE9BC is Cyan = 0.81, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 44 | 233 | 188 | - |
| CMYK | 0.81 | 0 | 0.19 | 0.09 |
| HSL | 165.71º | 0.81% | 0.54% | - |
| HSV(B) | 165.71º | 0.81% | 0.91% | - |
| XYZ | 39.25 | 62.44 | 57.56 | - |
| YUV | 171.36 | 137.38 | 37.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 233 | 188 | 0.81 | 0 | 0.19 | 0.09 | 165.71 | 0.81 | 0.54 |
| Hex | 2C | E9 | BC | 51 | 0 | 13 | 9 | A6 | 51 | 36 |
| Octal | 54 | 351 | 274 | 121 | 0 | 23 | 11 | 246 | 121 | 66 |
| Binary | 101100 | 11101001 | 10111100 | 1010001 | 0 | 10011 | 1001 | 10100110 | 1010001 | 110110 |
Color Harmonies of #2CE9BC
Complementary color
Monochromatic Colors of #2CE9BC
Black with #2CE9BC
Text Example
Text Example
White with #2CE9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE9BC; }
p { color: rgb(44,233,188); }
H1.HeaderClassName
{
color: #2CE9BC;
}
.AnyTagClassName
{
color: #2CE9BC;
}
</style>
background-color css
<style>
a { background-color: #2CE9BC; }
a { background-color: rgb(44,233,188); }
div.DivClassName
{
background-color: #2CE9BC;
}
.BgClassName
{
background-color: #2CE9BC;
}
</style>
border-color css
<style>
span { border-color: #2CE9BC; }
span { border-color: rgb(44,233,188); }
td.TdClassName
{
border-color: #2CE9BC;
}
.TagClassName
{
border-color: #2CE9BC;
}
</style>