Shades of Medium Turquoise #4FC7D1
Tints of Medium Turquoise #4FC7D1
RGB
CMYK
RGB Variations
Color information
#4FC7D1 (or 0x4FC7D1) is known color: Medium Turquoise. HEX triplet: 4F, C7 and D1. RGB value is (79,199,209). Sum of RGB (Red+Green+Blue) = 79+199+209=487 (64% of max value = 765). Red value is 79 (31.25% from 255 or 16.22% from 487); Green value is 199 (78.12% from 255 or 40.86% from 487); Blue value is 209 (82.03% from 255 or 42.92% from 487); Max value from RGB is 209 - color contains mainly: blue. Hex color #4FC7D1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FC7D1 is #B0382E. Grayscale: #A4A4A4. Windows color (decimal): -11548719 or 13748047. OLE color: 13748047.
HSL color Cylindrical-coordinate representation of color #4FC7D1: hue angle of 184.62º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4FC7D1 is Cyan = 0.62, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 79 | 199 | 209 | - |
| CMYK | 0.62 | 0.05 | 0 | 0.18 |
| HSL | 184.62º | 0.59% | 0.56% | - |
| HSV(B) | 184.62º | 0.62% | 0.82% | - |
| XYZ | 35.16 | 47.11 | 67.56 | - |
| YUV | 164.26 | 153.24 | 67.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 199 | 209 | 0.62 | 0.05 | 0 | 0.18 | 184.62 | 0.59 | 0.56 |
| Hex | 4F | C7 | D1 | 3E | 5 | 0 | 12 | B9 | 3B | 38 |
| Octal | 117 | 307 | 321 | 76 | 5 | 0 | 22 | 271 | 73 | 70 |
| Binary | 1001111 | 11000111 | 11010001 | 111110 | 101 | 0 | 10010 | 10111001 | 111011 | 111000 |
Color Harmonies of #4FC7D1
Complementary color
Monochromatic Colors of #4FC7D1
Black with #4FC7D1
Text Example
Text Example
White with #4FC7D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FC7D1; }
p { color: rgb(79,199,209); }
H1.HeaderClassName
{
color: #4FC7D1;
}
.AnyTagClassName
{
color: #4FC7D1;
}
</style>
background-color css
<style>
a { background-color: #4FC7D1; }
a { background-color: rgb(79,199,209); }
div.DivClassName
{
background-color: #4FC7D1;
}
.BgClassName
{
background-color: #4FC7D1;
}
</style>
border-color css
<style>
span { border-color: #4FC7D1; }
span { border-color: rgb(79,199,209); }
td.TdClassName
{
border-color: #4FC7D1;
}
.TagClassName
{
border-color: #4FC7D1;
}
</style>