Shades of Turquoise #4CE2BB
Tints of Turquoise #4CE2BB
RGB
CMYK
RGB Variations
Color information
#4CE2BB (or 0x4CE2BB) is known color: Turquoise. HEX triplet: 4C, E2 and BB. RGB value is (76,226,187). Sum of RGB (Red+Green+Blue) = 76+226+187=489 (64% of max value = 765). Red value is 76 (30.08% from 255 or 15.54% from 489); Green value is 226 (88.67% from 255 or 46.22% from 489); Blue value is 187 (73.44% from 255 or 38.24% from 489); Max value from RGB is 226 - color contains mainly: green. Hex color #4CE2BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CE2BB is #B31D44. Grayscale: #B0B0B0. Windows color (decimal): -11738437 or 12313164. OLE color: 12313164.
HSL color Cylindrical-coordinate representation of color #4CE2BB: hue angle of 164.4º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4CE2BB is Cyan = 0.66, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 76 | 226 | 187 | - |
| CMYK | 0.66 | 0 | 0.17 | 0.11 |
| HSL | 164.4º | 0.72% | 0.59% | - |
| HSV(B) | 164.4º | 0.66% | 0.89% | - |
| XYZ | 39.15 | 59.52 | 56.44 | - |
| YUV | 176.7 | 133.81 | 56.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 226 | 187 | 0.66 | 0 | 0.17 | 0.11 | 164.4 | 0.72 | 0.59 |
| Hex | 4C | E2 | BB | 42 | 0 | 11 | B | A4 | 48 | 3B |
| Octal | 114 | 342 | 273 | 102 | 0 | 21 | 13 | 244 | 110 | 73 |
| Binary | 1001100 | 11100010 | 10111011 | 1000010 | 0 | 10001 | 1011 | 10100100 | 1001000 | 111011 |
Color Harmonies of #4CE2BB
Complementary color
Monochromatic Colors of #4CE2BB
Black with #4CE2BB
Text Example
Text Example
White with #4CE2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CE2BB; }
p { color: rgb(76,226,187); }
H1.HeaderClassName
{
color: #4CE2BB;
}
.AnyTagClassName
{
color: #4CE2BB;
}
</style>
background-color css
<style>
a { background-color: #4CE2BB; }
a { background-color: rgb(76,226,187); }
div.DivClassName
{
background-color: #4CE2BB;
}
.BgClassName
{
background-color: #4CE2BB;
}
</style>
border-color css
<style>
span { border-color: #4CE2BB; }
span { border-color: rgb(76,226,187); }
td.TdClassName
{
border-color: #4CE2BB;
}
.TagClassName
{
border-color: #4CE2BB;
}
</style>