Shades of Turquoise #4CFCB0
Tints of Turquoise #4CFCB0
RGB
CMYK
RGB Variations
Color information
#4CFCB0 (or 0x4CFCB0) is known color: Turquoise. HEX triplet: 4C, FC and B0. RGB value is (76,252,176). Sum of RGB (Red+Green+Blue) = 76+252+176=504 (66% of max value = 765). Red value is 76 (30.08% from 255 or 15.08% from 504); Green value is 252 (98.83% from 255 or 50% from 504); Blue value is 176 (69.14% from 255 or 34.92% from 504); Max value from RGB is 252 - color contains mainly: green. Hex color #4CFCB0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4CFCB0 is #B3034F. Grayscale: #BEBEBE. Windows color (decimal): -11731792 or 11598924. OLE color: 11598924.
HSL color Cylindrical-coordinate representation of color #4CFCB0: hue angle of 154.09º 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 #4CFCB0 is Cyan = 0.70, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 76 | 252 | 176 | - |
| CMYK | 0.70 | 0 | 0.30 | 0.01 |
| HSL | 154.09º | 0.97% | 0.64% | - |
| HSV(B) | 154.09º | 0.7% | 0.99% | - |
| XYZ | 45.63 | 74.29 | 53.01 | - |
| YUV | 190.71 | 119.69 | 46.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 252 | 176 | 0.70 | 0 | 0.30 | 0.01 | 154.09 | 0.97 | 0.64 |
| Hex | 4C | FC | B0 | 46 | 0 | 1E | 1 | 9A | 61 | 40 |
| Octal | 114 | 374 | 260 | 106 | 0 | 36 | 1 | 232 | 141 | 100 |
| Binary | 1001100 | 11111100 | 10110000 | 1000110 | 0 | 11110 | 1 | 10011010 | 1100001 | 1000000 |
Color Harmonies of #4CFCB0
Complementary color
Monochromatic Colors of #4CFCB0
Black with #4CFCB0
Text Example
Text Example
White with #4CFCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFCB0; }
p { color: rgb(76,252,176); }
H1.HeaderClassName
{
color: #4CFCB0;
}
.AnyTagClassName
{
color: #4CFCB0;
}
</style>
background-color css
<style>
a { background-color: #4CFCB0; }
a { background-color: rgb(76,252,176); }
div.DivClassName
{
background-color: #4CFCB0;
}
.BgClassName
{
background-color: #4CFCB0;
}
</style>
border-color css
<style>
span { border-color: #4CFCB0; }
span { border-color: rgb(76,252,176); }
td.TdClassName
{
border-color: #4CFCB0;
}
.TagClassName
{
border-color: #4CFCB0;
}
</style>