Shades of Turquoise #4DF0C5
Tints of Turquoise #4DF0C5
RGB
CMYK
RGB Variations
Color information
#4DF0C5 (or 0x4DF0C5) is known color: Turquoise. HEX triplet: 4D, F0 and C5. RGB value is (77,240,197). Sum of RGB (Red+Green+Blue) = 77+240+197=514 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.98% from 514); Green value is 240 (94.14% from 255 or 46.69% from 514); Blue value is 197 (77.34% from 255 or 38.33% from 514); Max value from RGB is 240 - color contains mainly: green. Hex color #4DF0C5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DF0C5 is #B20F3A. Grayscale: #BABABA. Windows color (decimal): -11669307 or 12972109. OLE color: 12972109.
HSL color Cylindrical-coordinate representation of color #4DF0C5: hue angle of 164.17º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DF0C5 is Cyan = 0.68, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 77 | 240 | 197 | - |
| CMYK | 0.68 | 0 | 0.18 | 0.06 |
| HSL | 164.17º | 0.84% | 0.62% | - |
| HSV(B) | 164.17º | 0.68% | 0.94% | - |
| XYZ | 44.3 | 67.93 | 63.6 | - |
| YUV | 186.36 | 134 | 50 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 240 | 197 | 0.68 | 0 | 0.18 | 0.06 | 164.17 | 0.84 | 0.62 |
| Hex | 4D | F0 | C5 | 44 | 0 | 12 | 6 | A4 | 54 | 3E |
| Octal | 115 | 360 | 305 | 104 | 0 | 22 | 6 | 244 | 124 | 76 |
| Binary | 1001101 | 11110000 | 11000101 | 1000100 | 0 | 10010 | 110 | 10100100 | 1010100 | 111110 |
Color Harmonies of #4DF0C5
Complementary color
Monochromatic Colors of #4DF0C5
Black with #4DF0C5
Text Example
Text Example
White with #4DF0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF0C5; }
p { color: rgb(77,240,197); }
H1.HeaderClassName
{
color: #4DF0C5;
}
.AnyTagClassName
{
color: #4DF0C5;
}
</style>
background-color css
<style>
a { background-color: #4DF0C5; }
a { background-color: rgb(77,240,197); }
div.DivClassName
{
background-color: #4DF0C5;
}
.BgClassName
{
background-color: #4DF0C5;
}
</style>
border-color css
<style>
span { border-color: #4DF0C5; }
span { border-color: rgb(77,240,197); }
td.TdClassName
{
border-color: #4DF0C5;
}
.TagClassName
{
border-color: #4DF0C5;
}
</style>