Shades of Turquoise #4CFFC6
Tints of Turquoise #4CFFC6
RGB
CMYK
RGB Variations
Color information
#4CFFC6 (or 0x4CFFC6) is known color: Turquoise. HEX triplet: 4C, FF and C6. RGB value is (76,255,198). Sum of RGB (Red+Green+Blue) = 76+255+198=529 (70% of max value = 765). Red value is 76 (30.08% from 255 or 14.37% from 529); Green value is 255 (100% from 255 or 48.20% from 529); Blue value is 198 (77.73% from 255 or 37.43% from 529); Max value from RGB is 255 - color contains mainly: green. Hex color #4CFFC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CFFC6 is #B30039. Grayscale: #C3C3C3. Windows color (decimal): -11731002 or 13041484. OLE color: 13041484.
HSL color Cylindrical-coordinate representation of color #4CFFC6: hue angle of 160.89º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CFFC6 is Cyan = 0.70, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 76 | 255 | 198 | - |
| CMYK | 0.70 | 0 | 0.22 | 0 |
| HSL | 160.89º | 1% | 0.65% | - |
| HSV(B) | 160.89º | 0.7% | 1% | - |
| XYZ | 48.93 | 77.13 | 65.74 | - |
| YUV | 194.98 | 129.7 | 43.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 255 | 198 | 0.70 | 0 | 0.22 | 0 | 160.89 | 1 | 0.65 |
| Hex | 4C | FF | C6 | 46 | 0 | 16 | 0 | A1 | 64 | 41 |
| Octal | 114 | 377 | 306 | 106 | 0 | 26 | 0 | 241 | 144 | 101 |
| Binary | 1001100 | 11111111 | 11000110 | 1000110 | 0 | 10110 | 0 | 10100001 | 1100100 | 1000001 |
Color Harmonies of #4CFFC6
Complementary color
Monochromatic Colors of #4CFFC6
Black with #4CFFC6
Text Example
Text Example
White with #4CFFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFFC6; }
p { color: rgb(76,255,198); }
H1.HeaderClassName
{
color: #4CFFC6;
}
.AnyTagClassName
{
color: #4CFFC6;
}
</style>
background-color css
<style>
a { background-color: #4CFFC6; }
a { background-color: rgb(76,255,198); }
div.DivClassName
{
background-color: #4CFFC6;
}
.BgClassName
{
background-color: #4CFFC6;
}
</style>
border-color css
<style>
span { border-color: #4CFFC6; }
span { border-color: rgb(76,255,198); }
td.TdClassName
{
border-color: #4CFFC6;
}
.TagClassName
{
border-color: #4CFFC6;
}
</style>