Shades of Medium Turquoise #4FDCC0
Tints of Medium Turquoise #4FDCC0
RGB
CMYK
RGB Variations
Color information
#4FDCC0 (or 0x4FDCC0) is known color: Medium Turquoise. HEX triplet: 4F, DC and C0. RGB value is (79,220,192). Sum of RGB (Red+Green+Blue) = 79+220+192=491 (65% of max value = 765). Red value is 79 (31.25% from 255 or 16.09% from 491); Green value is 220 (86.33% from 255 or 44.81% from 491); Blue value is 192 (75.39% from 255 or 39.10% from 491); Max value from RGB is 220 - color contains mainly: green. Hex color #4FDCC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FDCC0 is #B0233F. Grayscale: #AEAEAE. Windows color (decimal): -11543360 or 12639311. OLE color: 12639311.
HSL color Cylindrical-coordinate representation of color #4FDCC0: hue angle of 168.09º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4FDCC0 is Cyan = 0.64, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 79 | 220 | 192 | - |
| CMYK | 0.64 | 0 | 0.13 | 0.14 |
| HSL | 168.09º | 0.67% | 0.59% | - |
| HSV(B) | 168.09º | 0.64% | 0.86% | - |
| XYZ | 38.33 | 56.65 | 58.78 | - |
| YUV | 174.65 | 137.79 | 59.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 220 | 192 | 0.64 | 0 | 0.13 | 0.14 | 168.09 | 0.67 | 0.59 |
| Hex | 4F | DC | C0 | 40 | 0 | D | E | A8 | 43 | 3B |
| Octal | 117 | 334 | 300 | 100 | 0 | 15 | 16 | 250 | 103 | 73 |
| Binary | 1001111 | 11011100 | 11000000 | 1000000 | 0 | 1101 | 1110 | 10101000 | 1000011 | 111011 |
Color Harmonies of #4FDCC0
Complementary color
Monochromatic Colors of #4FDCC0
Black with #4FDCC0
Text Example
Text Example
White with #4FDCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDCC0; }
p { color: rgb(79,220,192); }
H1.HeaderClassName
{
color: #4FDCC0;
}
.AnyTagClassName
{
color: #4FDCC0;
}
</style>
background-color css
<style>
a { background-color: #4FDCC0; }
a { background-color: rgb(79,220,192); }
div.DivClassName
{
background-color: #4FDCC0;
}
.BgClassName
{
background-color: #4FDCC0;
}
</style>
border-color css
<style>
span { border-color: #4FDCC0; }
span { border-color: rgb(79,220,192); }
td.TdClassName
{
border-color: #4FDCC0;
}
.TagClassName
{
border-color: #4FDCC0;
}
</style>