Shades of Medium Turquoise #4FC7D2
Tints of Medium Turquoise #4FC7D2
RGB
CMYK
RGB Variations
Color information
#4FC7D2 (or 0x4FC7D2) is known color: Medium Turquoise. HEX triplet: 4F, C7 and D2. RGB value is (79,199,210). Sum of RGB (Red+Green+Blue) = 79+199+210=488 (64% of max value = 765). Red value is 79 (31.25% from 255 or 16.19% from 488); Green value is 199 (78.12% from 255 or 40.78% from 488); Blue value is 210 (82.42% from 255 or 43.03% from 488); Max value from RGB is 210 - color contains mainly: blue. Hex color #4FC7D2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FC7D2 is #B0382D. Grayscale: #A4A4A4. Windows color (decimal): -11548718 or 13813583. OLE color: 13813583.
HSL color Cylindrical-coordinate representation of color #4FC7D2: hue angle of 185.04º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4FC7D2 is Cyan = 0.62, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 79 | 199 | 210 | - |
| CMYK | 0.62 | 0.05 | 0 | 0.18 |
| HSL | 185.04º | 0.59% | 0.57% | - |
| HSV(B) | 185.04º | 0.62% | 0.82% | - |
| XYZ | 35.28 | 47.16 | 68.22 | - |
| YUV | 164.37 | 153.74 | 67.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 199 | 210 | 0.62 | 0.05 | 0 | 0.18 | 185.04 | 0.59 | 0.57 |
| Hex | 4F | C7 | D2 | 3E | 5 | 0 | 12 | B9 | 3B | 39 |
| Octal | 117 | 307 | 322 | 76 | 5 | 0 | 22 | 271 | 73 | 71 |
| Binary | 1001111 | 11000111 | 11010010 | 111110 | 101 | 0 | 10010 | 10111001 | 111011 | 111001 |
Color Harmonies of #4FC7D2
Complementary color
Monochromatic Colors of #4FC7D2
Black with #4FC7D2
Text Example
Text Example
White with #4FC7D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FC7D2; }
p { color: rgb(79,199,210); }
H1.HeaderClassName
{
color: #4FC7D2;
}
.AnyTagClassName
{
color: #4FC7D2;
}
</style>
background-color css
<style>
a { background-color: #4FC7D2; }
a { background-color: rgb(79,199,210); }
div.DivClassName
{
background-color: #4FC7D2;
}
.BgClassName
{
background-color: #4FC7D2;
}
</style>
border-color css
<style>
span { border-color: #4FC7D2; }
span { border-color: rgb(79,199,210); }
td.TdClassName
{
border-color: #4FC7D2;
}
.TagClassName
{
border-color: #4FC7D2;
}
</style>