Shades of Turquoise #2CE7BC
Tints of Turquoise #2CE7BC
RGB
CMYK
RGB Variations
Color information
#2CE7BC (or 0x2CE7BC) is known color: Turquoise. HEX triplet: 2C, E7 and BC. RGB value is (44,231,188). Sum of RGB (Red+Green+Blue) = 44+231+188=463 (61% of max value = 765). Red value is 44 (17.58% from 255 or 9.50% from 463); Green value is 231 (90.62% from 255 or 49.89% from 463); Blue value is 188 (73.83% from 255 or 40.60% from 463); Max value from RGB is 231 - color contains mainly: green. Hex color #2CE7BC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CE7BC is #D31843. Grayscale: #AAAAAA. Windows color (decimal): -13834308 or 12379948. OLE color: 12379948.
HSL color Cylindrical-coordinate representation of color #2CE7BC: hue angle of 166.2º degrees, saturation: 0.8, 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 #2CE7BC is Cyan = 0.81, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 44 | 231 | 188 | - |
| CMYK | 0.81 | 0 | 0.19 | 0.09 |
| HSL | 166.2º | 0.8% | 0.54% | - |
| HSV(B) | 166.2º | 0.81% | 0.91% | - |
| XYZ | 38.69 | 61.32 | 57.37 | - |
| YUV | 170.19 | 138.05 | 38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 231 | 188 | 0.81 | 0 | 0.19 | 0.09 | 166.2 | 0.8 | 0.54 |
| Hex | 2C | E7 | BC | 51 | 0 | 13 | 9 | A6 | 50 | 36 |
| Octal | 54 | 347 | 274 | 121 | 0 | 23 | 11 | 246 | 120 | 66 |
| Binary | 101100 | 11100111 | 10111100 | 1010001 | 0 | 10011 | 1001 | 10100110 | 1010000 | 110110 |
Color Harmonies of #2CE7BC
Complementary color
Monochromatic Colors of #2CE7BC
Black with #2CE7BC
Text Example
Text Example
White with #2CE7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE7BC; }
p { color: rgb(44,231,188); }
H1.HeaderClassName
{
color: #2CE7BC;
}
.AnyTagClassName
{
color: #2CE7BC;
}
</style>
background-color css
<style>
a { background-color: #2CE7BC; }
a { background-color: rgb(44,231,188); }
div.DivClassName
{
background-color: #2CE7BC;
}
.BgClassName
{
background-color: #2CE7BC;
}
</style>
border-color css
<style>
span { border-color: #2CE7BC; }
span { border-color: rgb(44,231,188); }
td.TdClassName
{
border-color: #2CE7BC;
}
.TagClassName
{
border-color: #2CE7BC;
}
</style>