Shades of Turquoise #4CFCBA
Tints of Turquoise #4CFCBA
RGB
CMYK
RGB Variations
Color information
#4CFCBA (or 0x4CFCBA) is known color: Turquoise. HEX triplet: 4C, FC and BA. RGB value is (76,252,186). Sum of RGB (Red+Green+Blue) = 76+252+186=514 (68% of max value = 765). Red value is 76 (30.08% from 255 or 14.79% from 514); Green value is 252 (98.83% from 255 or 49.03% from 514); Blue value is 186 (73.05% from 255 or 36.19% from 514); Max value from RGB is 252 - color contains mainly: green. Hex color #4CFCBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CFCBA is #B30345. Grayscale: #BFBFBF. Windows color (decimal): -11731782 or 12254284. OLE color: 12254284.
HSL color Cylindrical-coordinate representation of color #4CFCBA: hue angle of 157.5º 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 #4CFCBA is Cyan = 0.70, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 76 | 252 | 186 | - |
| CMYK | 0.70 | 0 | 0.26 | 0.01 |
| HSL | 157.5º | 0.97% | 0.64% | - |
| HSV(B) | 157.5º | 0.7% | 0.99% | - |
| XYZ | 46.65 | 74.7 | 58.41 | - |
| YUV | 191.85 | 124.69 | 45.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 252 | 186 | 0.70 | 0 | 0.26 | 0.01 | 157.5 | 0.97 | 0.64 |
| Hex | 4C | FC | BA | 46 | 0 | 1A | 1 | 9E | 61 | 40 |
| Octal | 114 | 374 | 272 | 106 | 0 | 32 | 1 | 236 | 141 | 100 |
| Binary | 1001100 | 11111100 | 10111010 | 1000110 | 0 | 11010 | 1 | 10011110 | 1100001 | 1000000 |
Color Harmonies of #4CFCBA
Complementary color
Monochromatic Colors of #4CFCBA
Black with #4CFCBA
Text Example
Text Example
White with #4CFCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFCBA; }
p { color: rgb(76,252,186); }
H1.HeaderClassName
{
color: #4CFCBA;
}
.AnyTagClassName
{
color: #4CFCBA;
}
</style>
background-color css
<style>
a { background-color: #4CFCBA; }
a { background-color: rgb(76,252,186); }
div.DivClassName
{
background-color: #4CFCBA;
}
.BgClassName
{
background-color: #4CFCBA;
}
</style>
border-color css
<style>
span { border-color: #4CFCBA; }
span { border-color: rgb(76,252,186); }
td.TdClassName
{
border-color: #4CFCBA;
}
.TagClassName
{
border-color: #4CFCBA;
}
</style>