Shades of Turquoise #4DFFCC
Tints of Turquoise #4DFFCC
RGB
CMYK
RGB Variations
Color information
#4DFFCC (or 0x4DFFCC) is known color: Turquoise. HEX triplet: 4D, FF and CC. RGB value is (77,255,204). Sum of RGB (Red+Green+Blue) = 77+255+204=536 (70% of max value = 765). Red value is 77 (30.47% from 255 or 14.37% from 536); Green value is 255 (100% from 255 or 47.57% from 536); Blue value is 204 (80.08% from 255 or 38.06% from 536); Max value from RGB is 255 - color contains mainly: green. Hex color #4DFFCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFFCC is #B20033. Grayscale: #C3C3C3. Windows color (decimal): -11665460 or 13434701. OLE color: 13434701.
HSL color Cylindrical-coordinate representation of color #4DFFCC: hue angle of 162.81º 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 #4DFFCC is Cyan = 0.70, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 255 | 204 | - |
| CMYK | 0.70 | 0 | 0.2 | 0 |
| HSL | 162.81º | 1% | 0.65% | - |
| HSV(B) | 162.81º | 0.7% | 1% | - |
| XYZ | 49.72 | 77.46 | 69.46 | - |
| YUV | 195.96 | 132.53 | 43.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 255 | 204 | 0.70 | 0 | 0.2 | 0 | 162.81 | 1 | 0.65 |
| Hex | 4D | FF | CC | 46 | 0 | 14 | 0 | A3 | 64 | 41 |
| Octal | 115 | 377 | 314 | 106 | 0 | 24 | 0 | 243 | 144 | 101 |
| Binary | 1001101 | 11111111 | 11001100 | 1000110 | 0 | 10100 | 0 | 10100011 | 1100100 | 1000001 |
Color Harmonies of #4DFFCC
Complementary color
Monochromatic Colors of #4DFFCC
Black with #4DFFCC
Text Example
Text Example
White with #4DFFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFFCC; }
p { color: rgb(77,255,204); }
H1.HeaderClassName
{
color: #4DFFCC;
}
.AnyTagClassName
{
color: #4DFFCC;
}
</style>
background-color css
<style>
a { background-color: #4DFFCC; }
a { background-color: rgb(77,255,204); }
div.DivClassName
{
background-color: #4DFFCC;
}
.BgClassName
{
background-color: #4DFFCC;
}
</style>
border-color css
<style>
span { border-color: #4DFFCC; }
span { border-color: rgb(77,255,204); }
td.TdClassName
{
border-color: #4DFFCC;
}
.TagClassName
{
border-color: #4DFFCC;
}
</style>