Shades of Turquoise #4CFCB2
Tints of Turquoise #4CFCB2
RGB
CMYK
RGB Variations
Color information
#4CFCB2 (or 0x4CFCB2) is known color: Turquoise. HEX triplet: 4C, FC and B2. RGB value is (76,252,178). Sum of RGB (Red+Green+Blue) = 76+252+178=506 (67% of max value = 765). Red value is 76 (30.08% from 255 or 15.02% from 506); Green value is 252 (98.83% from 255 or 49.80% from 506); Blue value is 178 (69.92% from 255 or 35.18% from 506); Max value from RGB is 252 - color contains mainly: green. Hex color #4CFCB2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4CFCB2 is #B3034D. Grayscale: #BFBFBF. Windows color (decimal): -11731790 or 11729996. OLE color: 11729996.
HSL color Cylindrical-coordinate representation of color #4CFCB2: hue angle of 154.77º 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 #4CFCB2 is Cyan = 0.70, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 76 | 252 | 178 | - |
| CMYK | 0.70 | 0 | 0.29 | 0.01 |
| HSL | 154.77º | 0.97% | 0.64% | - |
| HSV(B) | 154.77º | 0.7% | 0.99% | - |
| XYZ | 45.83 | 74.37 | 54.06 | - |
| YUV | 190.94 | 120.69 | 46.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 252 | 178 | 0.70 | 0 | 0.29 | 0.01 | 154.77 | 0.97 | 0.64 |
| Hex | 4C | FC | B2 | 46 | 0 | 1D | 1 | 9B | 61 | 40 |
| Octal | 114 | 374 | 262 | 106 | 0 | 35 | 1 | 233 | 141 | 100 |
| Binary | 1001100 | 11111100 | 10110010 | 1000110 | 0 | 11101 | 1 | 10011011 | 1100001 | 1000000 |
Color Harmonies of #4CFCB2
Complementary color
Monochromatic Colors of #4CFCB2
Black with #4CFCB2
Text Example
Text Example
White with #4CFCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFCB2; }
p { color: rgb(76,252,178); }
H1.HeaderClassName
{
color: #4CFCB2;
}
.AnyTagClassName
{
color: #4CFCB2;
}
</style>
background-color css
<style>
a { background-color: #4CFCB2; }
a { background-color: rgb(76,252,178); }
div.DivClassName
{
background-color: #4CFCB2;
}
.BgClassName
{
background-color: #4CFCB2;
}
</style>
border-color css
<style>
span { border-color: #4CFCB2; }
span { border-color: rgb(76,252,178); }
td.TdClassName
{
border-color: #4CFCB2;
}
.TagClassName
{
border-color: #4CFCB2;
}
</style>