Shades of Turquoise #4CFACE
Tints of Turquoise #4CFACE
RGB
CMYK
RGB Variations
Color information
#4CFACE (or 0x4CFACE) is known color: Turquoise. HEX triplet: 4C, FA and CE. RGB value is (76,250,206). Sum of RGB (Red+Green+Blue) = 76+250+206=532 (70% of max value = 765). Red value is 76 (30.08% from 255 or 14.29% from 532); Green value is 250 (98.05% from 255 or 46.99% from 532); Blue value is 206 (80.86% from 255 or 38.72% from 532); Max value from RGB is 250 - color contains mainly: green. Hex color #4CFACE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CFACE is #B30531. Grayscale: #C0C0C0. Windows color (decimal): -11732274 or 13564492. OLE color: 13564492.
HSL color Cylindrical-coordinate representation of color #4CFACE: hue angle of 164.83º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CFACE is Cyan = 0.70, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 76 | 250 | 206 | - |
| CMYK | 0.70 | 0 | 0.18 | 0.02 |
| HSL | 164.83º | 0.95% | 0.64% | - |
| HSV(B) | 164.83º | 0.7% | 0.98% | - |
| XYZ | 48.31 | 74.36 | 70.2 | - |
| YUV | 192.96 | 135.35 | 44.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 250 | 206 | 0.70 | 0 | 0.18 | 0.02 | 164.83 | 0.95 | 0.64 |
| Hex | 4C | FA | CE | 46 | 0 | 12 | 2 | A5 | 5F | 40 |
| Octal | 114 | 372 | 316 | 106 | 0 | 22 | 2 | 245 | 137 | 100 |
| Binary | 1001100 | 11111010 | 11001110 | 1000110 | 0 | 10010 | 10 | 10100101 | 1011111 | 1000000 |
Color Harmonies of #4CFACE
Complementary color
Monochromatic Colors of #4CFACE
Black with #4CFACE
Text Example
Text Example
White with #4CFACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFACE; }
p { color: rgb(76,250,206); }
H1.HeaderClassName
{
color: #4CFACE;
}
.AnyTagClassName
{
color: #4CFACE;
}
</style>
background-color css
<style>
a { background-color: #4CFACE; }
a { background-color: rgb(76,250,206); }
div.DivClassName
{
background-color: #4CFACE;
}
.BgClassName
{
background-color: #4CFACE;
}
</style>
border-color css
<style>
span { border-color: #4CFACE; }
span { border-color: rgb(76,250,206); }
td.TdClassName
{
border-color: #4CFACE;
}
.TagClassName
{
border-color: #4CFACE;
}
</style>