Shades of Turquoise #4CE9BC
Tints of Turquoise #4CE9BC
RGB
CMYK
RGB Variations
Color information
#4CE9BC (or 0x4CE9BC) is known color: Turquoise. HEX triplet: 4C, E9 and BC. RGB value is (76,233,188). Sum of RGB (Red+Green+Blue) = 76+233+188=497 (65% of max value = 765). Red value is 76 (30.08% from 255 or 15.29% from 497); Green value is 233 (91.41% from 255 or 46.88% from 497); Blue value is 188 (73.83% from 255 or 37.83% from 497); Max value from RGB is 233 - color contains mainly: green. Hex color #4CE9BC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CE9BC is #B31643. Grayscale: #B4B4B4. Windows color (decimal): -11736644 or 12380492. OLE color: 12380492.
HSL color Cylindrical-coordinate representation of color #4CE9BC: hue angle of 162.8º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4CE9BC is Cyan = 0.67, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 76 | 233 | 188 | - |
| CMYK | 0.67 | 0 | 0.19 | 0.09 |
| HSL | 162.8º | 0.78% | 0.61% | - |
| HSV(B) | 162.8º | 0.67% | 0.91% | - |
| XYZ | 41.2 | 63.45 | 57.65 | - |
| YUV | 180.93 | 131.99 | 53.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 233 | 188 | 0.67 | 0 | 0.19 | 0.09 | 162.8 | 0.78 | 0.61 |
| Hex | 4C | E9 | BC | 43 | 0 | 13 | 9 | A3 | 4E | 3D |
| Octal | 114 | 351 | 274 | 103 | 0 | 23 | 11 | 243 | 116 | 75 |
| Binary | 1001100 | 11101001 | 10111100 | 1000011 | 0 | 10011 | 1001 | 10100011 | 1001110 | 111101 |
Color Harmonies of #4CE9BC
Complementary color
Monochromatic Colors of #4CE9BC
Black with #4CE9BC
Text Example
Text Example
White with #4CE9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CE9BC; }
p { color: rgb(76,233,188); }
H1.HeaderClassName
{
color: #4CE9BC;
}
.AnyTagClassName
{
color: #4CE9BC;
}
</style>
background-color css
<style>
a { background-color: #4CE9BC; }
a { background-color: rgb(76,233,188); }
div.DivClassName
{
background-color: #4CE9BC;
}
.BgClassName
{
background-color: #4CE9BC;
}
</style>
border-color css
<style>
span { border-color: #4CE9BC; }
span { border-color: rgb(76,233,188); }
td.TdClassName
{
border-color: #4CE9BC;
}
.TagClassName
{
border-color: #4CE9BC;
}
</style>