Shades of Medium Turquoise #4FD5C7
Tints of Medium Turquoise #4FD5C7
RGB
CMYK
RGB Variations
Color information
#4FD5C7 (or 0x4FD5C7) is known color: Medium Turquoise. HEX triplet: 4F, D5 and C7. RGB value is (79,213,199). Sum of RGB (Red+Green+Blue) = 79+213+199=491 (65% of max value = 765). Red value is 79 (31.25% from 255 or 16.09% from 491); Green value is 213 (83.59% from 255 or 43.38% from 491); Blue value is 199 (78.12% from 255 or 40.53% from 491); Max value from RGB is 213 - color contains mainly: green. Hex color #4FD5C7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FD5C7 is #B02A38. Grayscale: #ABABAB. Windows color (decimal): -11545145 or 13096271. OLE color: 13096271.
HSL color Cylindrical-coordinate representation of color #4FD5C7: hue angle of 173.73º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4FD5C7 is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 79 | 213 | 199 | - |
| CMYK | 0.63 | 0 | 0.07 | 0.16 |
| HSL | 173.73º | 0.61% | 0.57% | - |
| HSV(B) | 173.73º | 0.63% | 0.84% | - |
| XYZ | 37.33 | 53.37 | 62.37 | - |
| YUV | 171.34 | 143.61 | 62.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 213 | 199 | 0.63 | 0 | 0.07 | 0.16 | 173.73 | 0.61 | 0.57 |
| Hex | 4F | D5 | C7 | 3F | 0 | 7 | 10 | AE | 3D | 39 |
| Octal | 117 | 325 | 307 | 77 | 0 | 7 | 20 | 256 | 75 | 71 |
| Binary | 1001111 | 11010101 | 11000111 | 111111 | 0 | 111 | 10000 | 10101110 | 111101 | 111001 |
Color Harmonies of #4FD5C7
Complementary color
Monochromatic Colors of #4FD5C7
Black with #4FD5C7
Text Example
Text Example
White with #4FD5C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FD5C7; }
p { color: rgb(79,213,199); }
H1.HeaderClassName
{
color: #4FD5C7;
}
.AnyTagClassName
{
color: #4FD5C7;
}
</style>
background-color css
<style>
a { background-color: #4FD5C7; }
a { background-color: rgb(79,213,199); }
div.DivClassName
{
background-color: #4FD5C7;
}
.BgClassName
{
background-color: #4FD5C7;
}
</style>
border-color css
<style>
span { border-color: #4FD5C7; }
span { border-color: rgb(79,213,199); }
td.TdClassName
{
border-color: #4FD5C7;
}
.TagClassName
{
border-color: #4FD5C7;
}
</style>