Shades of Turquoise #4CFFC9
Tints of Turquoise #4CFFC9
RGB
CMYK
RGB Variations
Color information
#4CFFC9 (or 0x4CFFC9) is known color: Turquoise. HEX triplet: 4C, FF and C9. RGB value is (76,255,201). Sum of RGB (Red+Green+Blue) = 76+255+201=532 (70% of max value = 765). Red value is 76 (30.08% from 255 or 14.29% from 532); Green value is 255 (100% from 255 or 47.93% from 532); Blue value is 201 (78.91% from 255 or 37.78% from 532); Max value from RGB is 255 - color contains mainly: green. Hex color #4CFFC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CFFC9 is #B30036. Grayscale: #C3C3C3. Windows color (decimal): -11730999 or 13238092. OLE color: 13238092.
HSL color Cylindrical-coordinate representation of color #4CFFC9: hue angle of 161.9º 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 #4CFFC9 is Cyan = 0.70, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 76 | 255 | 201 | - |
| CMYK | 0.70 | 0 | 0.21 | 0 |
| HSL | 161.9º | 1% | 0.65% | - |
| HSV(B) | 161.9º | 0.7% | 1% | - |
| XYZ | 49.28 | 77.27 | 67.58 | - |
| YUV | 195.32 | 131.2 | 42.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 255 | 201 | 0.70 | 0 | 0.21 | 0 | 161.9 | 1 | 0.65 |
| Hex | 4C | FF | C9 | 46 | 0 | 15 | 0 | A2 | 64 | 41 |
| Octal | 114 | 377 | 311 | 106 | 0 | 25 | 0 | 242 | 144 | 101 |
| Binary | 1001100 | 11111111 | 11001001 | 1000110 | 0 | 10101 | 0 | 10100010 | 1100100 | 1000001 |
Color Harmonies of #4CFFC9
Complementary color
Monochromatic Colors of #4CFFC9
Black with #4CFFC9
Text Example
Text Example
White with #4CFFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFFC9; }
p { color: rgb(76,255,201); }
H1.HeaderClassName
{
color: #4CFFC9;
}
.AnyTagClassName
{
color: #4CFFC9;
}
</style>
background-color css
<style>
a { background-color: #4CFFC9; }
a { background-color: rgb(76,255,201); }
div.DivClassName
{
background-color: #4CFFC9;
}
.BgClassName
{
background-color: #4CFFC9;
}
</style>
border-color css
<style>
span { border-color: #4CFFC9; }
span { border-color: rgb(76,255,201); }
td.TdClassName
{
border-color: #4CFFC9;
}
.TagClassName
{
border-color: #4CFFC9;
}
</style>