Shades of Turquoise #4CFCE6
Tints of Turquoise #4CFCE6
RGB
CMYK
RGB Variations
Color information
#4CFCE6 (or 0x4CFCE6) is known color: Turquoise. HEX triplet: 4C, FC and E6. RGB value is (76,252,230). Sum of RGB (Red+Green+Blue) = 76+252+230=558 (73% of max value = 765). Red value is 76 (30.08% from 255 or 13.62% from 558); Green value is 252 (98.83% from 255 or 45.16% from 558); Blue value is 230 (90.23% from 255 or 41.22% from 558); Max value from RGB is 252 - color contains mainly: green. Hex color #4CFCE6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4CFCE6 is #B30319. Grayscale: #C4C4C4. Windows color (decimal): -11731738 or 15137868. OLE color: 15137868.
HSL color Cylindrical-coordinate representation of color #4CFCE6: hue angle of 172.5º 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 #4CFCE6 is Cyan = 0.70, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 76 | 252 | 230 | - |
| CMYK | 0.70 | 0 | 0.09 | 0.01 |
| HSL | 172.5º | 0.97% | 0.64% | - |
| HSV(B) | 172.5º | 0.7% | 0.99% | - |
| XYZ | 52.07 | 76.87 | 86.96 | - |
| YUV | 196.87 | 146.69 | 41.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 252 | 230 | 0.70 | 0 | 0.09 | 0.01 | 172.5 | 0.97 | 0.64 |
| Hex | 4C | FC | E6 | 46 | 0 | 9 | 1 | AC | 61 | 40 |
| Octal | 114 | 374 | 346 | 106 | 0 | 11 | 1 | 254 | 141 | 100 |
| Binary | 1001100 | 11111100 | 11100110 | 1000110 | 0 | 1001 | 1 | 10101100 | 1100001 | 1000000 |
Color Harmonies of #4CFCE6
Complementary color
Monochromatic Colors of #4CFCE6
Black with #4CFCE6
Text Example
Text Example
White with #4CFCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFCE6; }
p { color: rgb(76,252,230); }
H1.HeaderClassName
{
color: #4CFCE6;
}
.AnyTagClassName
{
color: #4CFCE6;
}
</style>
background-color css
<style>
a { background-color: #4CFCE6; }
a { background-color: rgb(76,252,230); }
div.DivClassName
{
background-color: #4CFCE6;
}
.BgClassName
{
background-color: #4CFCE6;
}
</style>
border-color css
<style>
span { border-color: #4CFCE6; }
span { border-color: rgb(76,252,230); }
td.TdClassName
{
border-color: #4CFCE6;
}
.TagClassName
{
border-color: #4CFCE6;
}
</style>