Shades of Turquoise #4CFECC
Tints of Turquoise #4CFECC
RGB
CMYK
RGB Variations
Color information
#4CFECC (or 0x4CFECC) is known color: Turquoise. HEX triplet: 4C, FE and CC. RGB value is (76,254,204). Sum of RGB (Red+Green+Blue) = 76+254+204=534 (70% of max value = 765). Red value is 76 (30.08% from 255 or 14.23% from 534); Green value is 254 (99.61% from 255 or 47.57% from 534); Blue value is 204 (80.08% from 255 or 38.20% from 534); Max value from RGB is 254 - color contains mainly: green. Hex color #4CFECC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CFECC is #B30133. Grayscale: #C3C3C3. Windows color (decimal): -11731252 or 13434444. OLE color: 13434444.
HSL color Cylindrical-coordinate representation of color #4CFECC: hue angle of 163.15º 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 #4CFECC is Cyan = 0.70, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 76 | 254 | 204 | - |
| CMYK | 0.70 | 0 | 0.20 | 0.00 |
| HSL | 163.15º | 0.99% | 0.65% | - |
| HSV(B) | 163.15º | 0.7% | 1% | - |
| XYZ | 49.32 | 76.78 | 69.35 | - |
| YUV | 195.08 | 133.03 | 43.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 254 | 204 | 0.70 | 0 | 0.20 | 0.00 | 163.15 | 0.99 | 0.65 |
| Hex | 4C | FE | CC | 46 | 0 | 14 | 0 | A3 | 63 | 41 |
| Octal | 114 | 376 | 314 | 106 | 0 | 24 | 0 | 243 | 143 | 101 |
| Binary | 1001100 | 11111110 | 11001100 | 1000110 | 0 | 10100 | 0 | 10100011 | 1100011 | 1000001 |
Color Harmonies of #4CFECC
Complementary color
Monochromatic Colors of #4CFECC
Black with #4CFECC
Text Example
Text Example
White with #4CFECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFECC; }
p { color: rgb(76,254,204); }
H1.HeaderClassName
{
color: #4CFECC;
}
.AnyTagClassName
{
color: #4CFECC;
}
</style>
background-color css
<style>
a { background-color: #4CFECC; }
a { background-color: rgb(76,254,204); }
div.DivClassName
{
background-color: #4CFECC;
}
.BgClassName
{
background-color: #4CFECC;
}
</style>
border-color css
<style>
span { border-color: #4CFECC; }
span { border-color: rgb(76,254,204); }
td.TdClassName
{
border-color: #4CFECC;
}
.TagClassName
{
border-color: #4CFECC;
}
</style>