Shades of Turquoise #4CFCBC
Tints of Turquoise #4CFCBC
RGB
CMYK
RGB Variations
Color information
#4CFCBC (or 0x4CFCBC) is known color: Turquoise. HEX triplet: 4C, FC and BC. RGB value is (76,252,188). Sum of RGB (Red+Green+Blue) = 76+252+188=516 (68% of max value = 765). Red value is 76 (30.08% from 255 or 14.73% from 516); Green value is 252 (98.83% from 255 or 48.84% from 516); Blue value is 188 (73.83% from 255 or 36.43% from 516); Max value from RGB is 252 - color contains mainly: green. Hex color #4CFCBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CFCBC is #B30343. Grayscale: #C0C0C0. Windows color (decimal): -11731780 or 12385356. OLE color: 12385356.
HSL color Cylindrical-coordinate representation of color #4CFCBC: hue angle of 158.18º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CFCBC is Cyan = 0.70, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 76 | 252 | 188 | - |
| CMYK | 0.70 | 0 | 0.25 | 0.01 |
| HSL | 158.18º | 0.97% | 0.64% | - |
| HSV(B) | 158.18º | 0.7% | 0.99% | - |
| XYZ | 46.87 | 74.79 | 59.54 | - |
| YUV | 192.08 | 125.69 | 45.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 252 | 188 | 0.70 | 0 | 0.25 | 0.01 | 158.18 | 0.97 | 0.64 |
| Hex | 4C | FC | BC | 46 | 0 | 19 | 1 | 9E | 61 | 40 |
| Octal | 114 | 374 | 274 | 106 | 0 | 31 | 1 | 236 | 141 | 100 |
| Binary | 1001100 | 11111100 | 10111100 | 1000110 | 0 | 11001 | 1 | 10011110 | 1100001 | 1000000 |
Color Harmonies of #4CFCBC
Complementary color
Monochromatic Colors of #4CFCBC
Black with #4CFCBC
Text Example
Text Example
White with #4CFCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFCBC; }
p { color: rgb(76,252,188); }
H1.HeaderClassName
{
color: #4CFCBC;
}
.AnyTagClassName
{
color: #4CFCBC;
}
</style>
background-color css
<style>
a { background-color: #4CFCBC; }
a { background-color: rgb(76,252,188); }
div.DivClassName
{
background-color: #4CFCBC;
}
.BgClassName
{
background-color: #4CFCBC;
}
</style>
border-color css
<style>
span { border-color: #4CFCBC; }
span { border-color: rgb(76,252,188); }
td.TdClassName
{
border-color: #4CFCBC;
}
.TagClassName
{
border-color: #4CFCBC;
}
</style>