Shades of Turquoise #4CFCE9
Tints of Turquoise #4CFCE9
RGB
CMYK
RGB Variations
Color information
#4CFCE9 (or 0x4CFCE9) is known color: Turquoise. HEX triplet: 4C, FC and E9. RGB value is (76,252,233). Sum of RGB (Red+Green+Blue) = 76+252+233=561 (74% of max value = 765). Red value is 76 (30.08% from 255 or 13.55% from 561); Green value is 252 (98.83% from 255 or 44.92% from 561); Blue value is 233 (91.41% from 255 or 41.53% from 561); Max value from RGB is 252 - color contains mainly: green. Hex color #4CFCE9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4CFCE9 is #B30316. Grayscale: #C5C5C5. Windows color (decimal): -11731735 or 15334476. OLE color: 15334476.
HSL color Cylindrical-coordinate representation of color #4CFCE9: hue angle of 173.52º 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 #4CFCE9 is Cyan = 0.70, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 76 | 252 | 233 | - |
| CMYK | 0.70 | 0 | 0.08 | 0.01 |
| HSL | 173.52º | 0.97% | 0.64% | - |
| HSV(B) | 173.52º | 0.7% | 0.99% | - |
| XYZ | 52.5 | 77.04 | 89.19 | - |
| YUV | 197.21 | 148.19 | 41.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 252 | 233 | 0.70 | 0 | 0.08 | 0.01 | 173.52 | 0.97 | 0.64 |
| Hex | 4C | FC | E9 | 46 | 0 | 8 | 1 | AE | 61 | 40 |
| Octal | 114 | 374 | 351 | 106 | 0 | 10 | 1 | 256 | 141 | 100 |
| Binary | 1001100 | 11111100 | 11101001 | 1000110 | 0 | 1000 | 1 | 10101110 | 1100001 | 1000000 |
Color Harmonies of #4CFCE9
Complementary color
Monochromatic Colors of #4CFCE9
Black with #4CFCE9
Text Example
Text Example
White with #4CFCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFCE9; }
p { color: rgb(76,252,233); }
H1.HeaderClassName
{
color: #4CFCE9;
}
.AnyTagClassName
{
color: #4CFCE9;
}
</style>
background-color css
<style>
a { background-color: #4CFCE9; }
a { background-color: rgb(76,252,233); }
div.DivClassName
{
background-color: #4CFCE9;
}
.BgClassName
{
background-color: #4CFCE9;
}
</style>
border-color css
<style>
span { border-color: #4CFCE9; }
span { border-color: rgb(76,252,233); }
td.TdClassName
{
border-color: #4CFCE9;
}
.TagClassName
{
border-color: #4CFCE9;
}
</style>