Shades of Turquoise #4CFCCC
Tints of Turquoise #4CFCCC
RGB
CMYK
RGB Variations
Color information
#4CFCCC (or 0x4CFCCC) is known color: Turquoise. HEX triplet: 4C, FC and CC. RGB value is (76,252,204). Sum of RGB (Red+Green+Blue) = 76+252+204=532 (70% of max value = 765). Red value is 76 (30.08% from 255 or 14.29% from 532); Green value is 252 (98.83% from 255 or 47.37% from 532); Blue value is 204 (80.08% from 255 or 38.35% from 532); Max value from RGB is 252 - color contains mainly: green. Hex color #4CFCCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CFCCC is #B30333. Grayscale: #C1C1C1. Windows color (decimal): -11731764 or 13433932. OLE color: 13433932.
HSL color Cylindrical-coordinate representation of color #4CFCCC: hue angle of 163.64º 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 #4CFCCC is Cyan = 0.70, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 76 | 252 | 204 | - |
| CMYK | 0.70 | 0 | 0.19 | 0.01 |
| HSL | 163.64º | 0.97% | 0.64% | - |
| HSV(B) | 163.64º | 0.7% | 0.99% | - |
| XYZ | 48.69 | 75.52 | 69.14 | - |
| YUV | 193.9 | 133.69 | 43.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 252 | 204 | 0.70 | 0 | 0.19 | 0.01 | 163.64 | 0.97 | 0.64 |
| Hex | 4C | FC | CC | 46 | 0 | 13 | 1 | A4 | 61 | 40 |
| Octal | 114 | 374 | 314 | 106 | 0 | 23 | 1 | 244 | 141 | 100 |
| Binary | 1001100 | 11111100 | 11001100 | 1000110 | 0 | 10011 | 1 | 10100100 | 1100001 | 1000000 |
Color Harmonies of #4CFCCC
Complementary color
Monochromatic Colors of #4CFCCC
Black with #4CFCCC
Text Example
Text Example
White with #4CFCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFCCC; }
p { color: rgb(76,252,204); }
H1.HeaderClassName
{
color: #4CFCCC;
}
.AnyTagClassName
{
color: #4CFCCC;
}
</style>
background-color css
<style>
a { background-color: #4CFCCC; }
a { background-color: rgb(76,252,204); }
div.DivClassName
{
background-color: #4CFCCC;
}
.BgClassName
{
background-color: #4CFCCC;
}
</style>
border-color css
<style>
span { border-color: #4CFCCC; }
span { border-color: rgb(76,252,204); }
td.TdClassName
{
border-color: #4CFCCC;
}
.TagClassName
{
border-color: #4CFCCC;
}
</style>