Shades of Turquoise #4CFCC2
Tints of Turquoise #4CFCC2
RGB
CMYK
RGB Variations
Color information
#4CFCC2 (or 0x4CFCC2) is known color: Turquoise. HEX triplet: 4C, FC and C2. RGB value is (76,252,194). Sum of RGB (Red+Green+Blue) = 76+252+194=522 (69% of max value = 765). Red value is 76 (30.08% from 255 or 14.56% from 522); Green value is 252 (98.83% from 255 or 48.28% from 522); Blue value is 194 (76.17% from 255 or 37.16% from 522); Max value from RGB is 252 - color contains mainly: green. Hex color #4CFCC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CFCC2 is #B3033D. Grayscale: #C0C0C0. Windows color (decimal): -11731774 or 12778572. OLE color: 12778572.
HSL color Cylindrical-coordinate representation of color #4CFCC2: hue angle of 160.23º 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 #4CFCC2 is Cyan = 0.70, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 76 | 252 | 194 | - |
| CMYK | 0.70 | 0 | 0.23 | 0.01 |
| HSL | 160.23º | 0.97% | 0.64% | - |
| HSV(B) | 160.23º | 0.7% | 0.99% | - |
| XYZ | 47.53 | 75.05 | 63.02 | - |
| YUV | 192.76 | 128.69 | 44.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 252 | 194 | 0.70 | 0 | 0.23 | 0.01 | 160.23 | 0.97 | 0.64 |
| Hex | 4C | FC | C2 | 46 | 0 | 17 | 1 | A0 | 61 | 40 |
| Octal | 114 | 374 | 302 | 106 | 0 | 27 | 1 | 240 | 141 | 100 |
| Binary | 1001100 | 11111100 | 11000010 | 1000110 | 0 | 10111 | 1 | 10100000 | 1100001 | 1000000 |
Color Harmonies of #4CFCC2
Complementary color
Monochromatic Colors of #4CFCC2
Black with #4CFCC2
Text Example
Text Example
White with #4CFCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFCC2; }
p { color: rgb(76,252,194); }
H1.HeaderClassName
{
color: #4CFCC2;
}
.AnyTagClassName
{
color: #4CFCC2;
}
</style>
background-color css
<style>
a { background-color: #4CFCC2; }
a { background-color: rgb(76,252,194); }
div.DivClassName
{
background-color: #4CFCC2;
}
.BgClassName
{
background-color: #4CFCC2;
}
</style>
border-color css
<style>
span { border-color: #4CFCC2; }
span { border-color: rgb(76,252,194); }
td.TdClassName
{
border-color: #4CFCC2;
}
.TagClassName
{
border-color: #4CFCC2;
}
</style>