Shades of Turquoise #2CE5BC
Tints of Turquoise #2CE5BC
RGB
CMYK
RGB Variations
Color information
#2CE5BC (or 0x2CE5BC) is known color: Turquoise. HEX triplet: 2C, E5 and BC. RGB value is (44,229,188). Sum of RGB (Red+Green+Blue) = 44+229+188=461 (61% of max value = 765). Red value is 44 (17.58% from 255 or 9.54% from 461); Green value is 229 (89.84% from 255 or 49.67% from 461); Blue value is 188 (73.83% from 255 or 40.78% from 461); Max value from RGB is 229 - color contains mainly: green. Hex color #2CE5BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CE5BC is #D31A43. Grayscale: #A8A8A8. Windows color (decimal): -13834820 or 12379436. OLE color: 12379436.
HSL color Cylindrical-coordinate representation of color #2CE5BC: hue angle of 166.7º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CE5BC is Cyan = 0.81, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 44 | 229 | 188 | - |
| CMYK | 0.81 | 0 | 0.18 | 0.10 |
| HSL | 166.7º | 0.78% | 0.54% | - |
| HSV(B) | 166.7º | 0.81% | 0.9% | - |
| XYZ | 38.14 | 60.2 | 57.19 | - |
| YUV | 169.01 | 138.71 | 38.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 229 | 188 | 0.81 | 0 | 0.18 | 0.10 | 166.7 | 0.78 | 0.54 |
| Hex | 2C | E5 | BC | 51 | 0 | 12 | A | A7 | 4E | 36 |
| Octal | 54 | 345 | 274 | 121 | 0 | 22 | 12 | 247 | 116 | 66 |
| Binary | 101100 | 11100101 | 10111100 | 1010001 | 0 | 10010 | 1010 | 10100111 | 1001110 | 110110 |
Color Harmonies of #2CE5BC
Complementary color
Monochromatic Colors of #2CE5BC
Black with #2CE5BC
Text Example
Text Example
White with #2CE5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE5BC; }
p { color: rgb(44,229,188); }
H1.HeaderClassName
{
color: #2CE5BC;
}
.AnyTagClassName
{
color: #2CE5BC;
}
</style>
background-color css
<style>
a { background-color: #2CE5BC; }
a { background-color: rgb(44,229,188); }
div.DivClassName
{
background-color: #2CE5BC;
}
.BgClassName
{
background-color: #2CE5BC;
}
</style>
border-color css
<style>
span { border-color: #2CE5BC; }
span { border-color: rgb(44,229,188); }
td.TdClassName
{
border-color: #2CE5BC;
}
.TagClassName
{
border-color: #2CE5BC;
}
</style>