Shades of Turquoise #4CE8BC
Tints of Turquoise #4CE8BC
RGB
CMYK
RGB Variations
Color information
#4CE8BC (or 0x4CE8BC) is known color: Turquoise. HEX triplet: 4C, E8 and BC. RGB value is (76,232,188). Sum of RGB (Red+Green+Blue) = 76+232+188=496 (65% of max value = 765). Red value is 76 (30.08% from 255 or 15.32% from 496); Green value is 232 (91.02% from 255 or 46.77% from 496); Blue value is 188 (73.83% from 255 or 37.90% from 496); Max value from RGB is 232 - color contains mainly: green. Hex color #4CE8BC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CE8BC is #B31743. Grayscale: #B4B4B4. Windows color (decimal): -11736900 or 12380236. OLE color: 12380236.
HSL color Cylindrical-coordinate representation of color #4CE8BC: hue angle of 163.08º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4CE8BC is Cyan = 0.67, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 76 | 232 | 188 | - |
| CMYK | 0.67 | 0 | 0.19 | 0.09 |
| HSL | 163.08º | 0.77% | 0.6% | - |
| HSV(B) | 163.08º | 0.67% | 0.91% | - |
| XYZ | 40.91 | 62.88 | 57.56 | - |
| YUV | 180.34 | 132.32 | 53.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 232 | 188 | 0.67 | 0 | 0.19 | 0.09 | 163.08 | 0.77 | 0.6 |
| Hex | 4C | E8 | BC | 43 | 0 | 13 | 9 | A3 | 4D | 3C |
| Octal | 114 | 350 | 274 | 103 | 0 | 23 | 11 | 243 | 115 | 74 |
| Binary | 1001100 | 11101000 | 10111100 | 1000011 | 0 | 10011 | 1001 | 10100011 | 1001101 | 111100 |
Color Harmonies of #4CE8BC
Complementary color
Monochromatic Colors of #4CE8BC
Black with #4CE8BC
Text Example
Text Example
White with #4CE8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CE8BC; }
p { color: rgb(76,232,188); }
H1.HeaderClassName
{
color: #4CE8BC;
}
.AnyTagClassName
{
color: #4CE8BC;
}
</style>
background-color css
<style>
a { background-color: #4CE8BC; }
a { background-color: rgb(76,232,188); }
div.DivClassName
{
background-color: #4CE8BC;
}
.BgClassName
{
background-color: #4CE8BC;
}
</style>
border-color css
<style>
span { border-color: #4CE8BC; }
span { border-color: rgb(76,232,188); }
td.TdClassName
{
border-color: #4CE8BC;
}
.TagClassName
{
border-color: #4CE8BC;
}
</style>