Shades of Turquoise #4CFCE8
Tints of Turquoise #4CFCE8
RGB
CMYK
RGB Variations
Color information
#4CFCE8 (or 0x4CFCE8) is known color: Turquoise. HEX triplet: 4C, FC and E8. RGB value is (76,252,232). Sum of RGB (Red+Green+Blue) = 76+252+232=560 (74% of max value = 765). Red value is 76 (30.08% from 255 or 13.57% from 560); Green value is 252 (98.83% from 255 or 45% from 560); Blue value is 232 (91.02% from 255 or 41.43% from 560); Max value from RGB is 252 - color contains mainly: green. Hex color #4CFCE8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4CFCE8 is #B30317. Grayscale: #C5C5C5. Windows color (decimal): -11731736 or 15268940. OLE color: 15268940.
HSL color Cylindrical-coordinate representation of color #4CFCE8: hue angle of 173.18º 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 #4CFCE8 is Cyan = 0.70, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 76 | 252 | 232 | - |
| CMYK | 0.70 | 0 | 0.08 | 0.01 |
| HSL | 173.18º | 0.97% | 0.64% | - |
| HSV(B) | 173.18º | 0.7% | 0.99% | - |
| XYZ | 52.36 | 76.98 | 88.44 | - |
| YUV | 197.1 | 147.69 | 41.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 252 | 232 | 0.70 | 0 | 0.08 | 0.01 | 173.18 | 0.97 | 0.64 |
| Hex | 4C | FC | E8 | 46 | 0 | 8 | 1 | AD | 61 | 40 |
| Octal | 114 | 374 | 350 | 106 | 0 | 10 | 1 | 255 | 141 | 100 |
| Binary | 1001100 | 11111100 | 11101000 | 1000110 | 0 | 1000 | 1 | 10101101 | 1100001 | 1000000 |
Color Harmonies of #4CFCE8
Complementary color
Monochromatic Colors of #4CFCE8
Black with #4CFCE8
Text Example
Text Example
White with #4CFCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFCE8; }
p { color: rgb(76,252,232); }
H1.HeaderClassName
{
color: #4CFCE8;
}
.AnyTagClassName
{
color: #4CFCE8;
}
</style>
background-color css
<style>
a { background-color: #4CFCE8; }
a { background-color: rgb(76,252,232); }
div.DivClassName
{
background-color: #4CFCE8;
}
.BgClassName
{
background-color: #4CFCE8;
}
</style>
border-color css
<style>
span { border-color: #4CFCE8; }
span { border-color: rgb(76,252,232); }
td.TdClassName
{
border-color: #4CFCE8;
}
.TagClassName
{
border-color: #4CFCE8;
}
</style>