Shades of Turquoise #4DF5CF
Tints of Turquoise #4DF5CF
RGB
CMYK
RGB Variations
Color information
#4DF5CF (or 0x4DF5CF) is known color: Turquoise. HEX triplet: 4D, F5 and CF. RGB value is (77,245,207). Sum of RGB (Red+Green+Blue) = 77+245+207=529 (70% of max value = 765). Red value is 77 (30.47% from 255 or 14.56% from 529); Green value is 245 (96.09% from 255 or 46.31% from 529); Blue value is 207 (81.25% from 255 or 39.13% from 529); Max value from RGB is 245 - color contains mainly: green. Hex color #4DF5CF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DF5CF is #B20A30. Grayscale: #BEBEBE. Windows color (decimal): -11668017 or 13628749. OLE color: 13628749.
HSL color Cylindrical-coordinate representation of color #4DF5CF: hue angle of 166.43º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DF5CF is Cyan = 0.69, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 77 | 245 | 207 | - |
| CMYK | 0.69 | 0 | 0.16 | 0.04 |
| HSL | 166.43º | 0.89% | 0.63% | - |
| HSV(B) | 166.43º | 0.69% | 0.96% | - |
| XYZ | 46.98 | 71.39 | 70.33 | - |
| YUV | 190.44 | 137.34 | 47.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 245 | 207 | 0.69 | 0 | 0.16 | 0.04 | 166.43 | 0.89 | 0.63 |
| Hex | 4D | F5 | CF | 45 | 0 | 10 | 4 | A6 | 59 | 3F |
| Octal | 115 | 365 | 317 | 105 | 0 | 20 | 4 | 246 | 131 | 77 |
| Binary | 1001101 | 11110101 | 11001111 | 1000101 | 0 | 10000 | 100 | 10100110 | 1011001 | 111111 |
Color Harmonies of #4DF5CF
Complementary color
Monochromatic Colors of #4DF5CF
Black with #4DF5CF
Text Example
Text Example
White with #4DF5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF5CF; }
p { color: rgb(77,245,207); }
H1.HeaderClassName
{
color: #4DF5CF;
}
.AnyTagClassName
{
color: #4DF5CF;
}
</style>
background-color css
<style>
a { background-color: #4DF5CF; }
a { background-color: rgb(77,245,207); }
div.DivClassName
{
background-color: #4DF5CF;
}
.BgClassName
{
background-color: #4DF5CF;
}
</style>
border-color css
<style>
span { border-color: #4DF5CF; }
span { border-color: rgb(77,245,207); }
td.TdClassName
{
border-color: #4DF5CF;
}
.TagClassName
{
border-color: #4DF5CF;
}
</style>