Shades of Turquoise #4CFFBC
Tints of Turquoise #4CFFBC
RGB
CMYK
RGB Variations
Color information
#4CFFBC (or 0x4CFFBC) is known color: Turquoise. HEX triplet: 4C, FF and BC. RGB value is (76,255,188). Sum of RGB (Red+Green+Blue) = 76+255+188=519 (68% of max value = 765). Red value is 76 (30.08% from 255 or 14.64% from 519); Green value is 255 (100% from 255 or 49.13% from 519); Blue value is 188 (73.83% from 255 or 36.22% from 519); Max value from RGB is 255 - color contains mainly: green. Hex color #4CFFBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CFFBC is #B30043. Grayscale: #C1C1C1. Windows color (decimal): -11731012 or 12386124. OLE color: 12386124.
HSL color Cylindrical-coordinate representation of color #4CFFBC: hue angle of 157.54º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CFFBC is Cyan = 0.70, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 76 | 255 | 188 | - |
| CMYK | 0.70 | 0 | 0.26 | 0 |
| HSL | 157.54º | 1% | 0.65% | - |
| HSV(B) | 157.54º | 0.7% | 1% | - |
| XYZ | 47.82 | 76.69 | 59.86 | - |
| YUV | 193.84 | 124.7 | 43.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 255 | 188 | 0.70 | 0 | 0.26 | 0 | 157.54 | 1 | 0.65 |
| Hex | 4C | FF | BC | 46 | 0 | 1A | 0 | 9E | 64 | 41 |
| Octal | 114 | 377 | 274 | 106 | 0 | 32 | 0 | 236 | 144 | 101 |
| Binary | 1001100 | 11111111 | 10111100 | 1000110 | 0 | 11010 | 0 | 10011110 | 1100100 | 1000001 |
Color Harmonies of #4CFFBC
Complementary color
Monochromatic Colors of #4CFFBC
Black with #4CFFBC
Text Example
Text Example
White with #4CFFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFFBC; }
p { color: rgb(76,255,188); }
H1.HeaderClassName
{
color: #4CFFBC;
}
.AnyTagClassName
{
color: #4CFFBC;
}
</style>
background-color css
<style>
a { background-color: #4CFFBC; }
a { background-color: rgb(76,255,188); }
div.DivClassName
{
background-color: #4CFFBC;
}
.BgClassName
{
background-color: #4CFFBC;
}
</style>
border-color css
<style>
span { border-color: #4CFFBC; }
span { border-color: rgb(76,255,188); }
td.TdClassName
{
border-color: #4CFFBC;
}
.TagClassName
{
border-color: #4CFFBC;
}
</style>