Shades of Turquoise #4CFECA
Tints of Turquoise #4CFECA
RGB
CMYK
RGB Variations
Color information
#4CFECA (or 0x4CFECA) is known color: Turquoise. HEX triplet: 4C, FE and CA. RGB value is (76,254,202). Sum of RGB (Red+Green+Blue) = 76+254+202=532 (70% of max value = 765). Red value is 76 (30.08% from 255 or 14.29% from 532); Green value is 254 (99.61% from 255 or 47.74% from 532); Blue value is 202 (79.30% from 255 or 37.97% from 532); Max value from RGB is 254 - color contains mainly: green. Hex color #4CFECA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CFECA is #B30135. Grayscale: #C2C2C2. Windows color (decimal): -11731254 or 13303372. OLE color: 13303372.
HSL color Cylindrical-coordinate representation of color #4CFECA: hue angle of 162.47º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CFECA is Cyan = 0.70, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 76 | 254 | 202 | - |
| CMYK | 0.70 | 0 | 0.20 | 0.00 |
| HSL | 162.47º | 0.99% | 0.65% | - |
| HSV(B) | 162.47º | 0.7% | 1% | - |
| XYZ | 49.08 | 76.68 | 68.09 | - |
| YUV | 194.85 | 132.03 | 43.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 254 | 202 | 0.70 | 0 | 0.20 | 0.00 | 162.47 | 0.99 | 0.65 |
| Hex | 4C | FE | CA | 46 | 0 | 14 | 0 | A2 | 63 | 41 |
| Octal | 114 | 376 | 312 | 106 | 0 | 24 | 0 | 242 | 143 | 101 |
| Binary | 1001100 | 11111110 | 11001010 | 1000110 | 0 | 10100 | 0 | 10100010 | 1100011 | 1000001 |
Color Harmonies of #4CFECA
Complementary color
Monochromatic Colors of #4CFECA
Black with #4CFECA
Text Example
Text Example
White with #4CFECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFECA; }
p { color: rgb(76,254,202); }
H1.HeaderClassName
{
color: #4CFECA;
}
.AnyTagClassName
{
color: #4CFECA;
}
</style>
background-color css
<style>
a { background-color: #4CFECA; }
a { background-color: rgb(76,254,202); }
div.DivClassName
{
background-color: #4CFECA;
}
.BgClassName
{
background-color: #4CFECA;
}
</style>
border-color css
<style>
span { border-color: #4CFECA; }
span { border-color: rgb(76,254,202); }
td.TdClassName
{
border-color: #4CFECA;
}
.TagClassName
{
border-color: #4CFECA;
}
</style>