Shades of Turquoise #4DFFCF
Tints of Turquoise #4DFFCF
RGB
CMYK
RGB Variations
Color information
#4DFFCF (or 0x4DFFCF) is known color: Turquoise. HEX triplet: 4D, FF and CF. RGB value is (77,255,207). Sum of RGB (Red+Green+Blue) = 77+255+207=539 (71% of max value = 765). Red value is 77 (30.47% from 255 or 14.29% from 539); Green value is 255 (100% from 255 or 47.31% from 539); Blue value is 207 (81.25% from 255 or 38.40% from 539); Max value from RGB is 255 - color contains mainly: green. Hex color #4DFFCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFFCF is #B20030. Grayscale: #C4C4C4. Windows color (decimal): -11665457 or 13631309. OLE color: 13631309.
HSL color Cylindrical-coordinate representation of color #4DFFCF: hue angle of 163.82º 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 #4DFFCF is Cyan = 0.70, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 255 | 207 | - |
| CMYK | 0.70 | 0 | 0.19 | 0 |
| HSL | 163.82º | 1% | 0.65% | - |
| HSV(B) | 163.82º | 0.7% | 1% | - |
| XYZ | 50.08 | 77.6 | 71.37 | - |
| YUV | 196.31 | 134.03 | 42.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 255 | 207 | 0.70 | 0 | 0.19 | 0 | 163.82 | 1 | 0.65 |
| Hex | 4D | FF | CF | 46 | 0 | 13 | 0 | A4 | 64 | 41 |
| Octal | 115 | 377 | 317 | 106 | 0 | 23 | 0 | 244 | 144 | 101 |
| Binary | 1001101 | 11111111 | 11001111 | 1000110 | 0 | 10011 | 0 | 10100100 | 1100100 | 1000001 |
Color Harmonies of #4DFFCF
Complementary color
Monochromatic Colors of #4DFFCF
Black with #4DFFCF
Text Example
Text Example
White with #4DFFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFFCF; }
p { color: rgb(77,255,207); }
H1.HeaderClassName
{
color: #4DFFCF;
}
.AnyTagClassName
{
color: #4DFFCF;
}
</style>
background-color css
<style>
a { background-color: #4DFFCF; }
a { background-color: rgb(77,255,207); }
div.DivClassName
{
background-color: #4DFFCF;
}
.BgClassName
{
background-color: #4DFFCF;
}
</style>
border-color css
<style>
span { border-color: #4DFFCF; }
span { border-color: rgb(77,255,207); }
td.TdClassName
{
border-color: #4DFFCF;
}
.TagClassName
{
border-color: #4DFFCF;
}
</style>