Shades of Medium Turquoise #4FCFCD
Tints of Medium Turquoise #4FCFCD
RGB
CMYK
RGB Variations
Color information
#4FCFCD (or 0x4FCFCD) is known color: Medium Turquoise. HEX triplet: 4F, CF and CD. RGB value is (79,207,205). Sum of RGB (Red+Green+Blue) = 79+207+205=491 (65% of max value = 765). Red value is 79 (31.25% from 255 or 16.09% from 491); Green value is 207 (81.25% from 255 or 42.16% from 491); Blue value is 205 (80.47% from 255 or 41.75% from 491); Max value from RGB is 207 - color contains mainly: green. Hex color #4FCFCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FCFCD is #B03032. Grayscale: #A8A8A8. Windows color (decimal): -11546675 or 13487951. OLE color: 13487951.
HSL color Cylindrical-coordinate representation of color #4FCFCD: hue angle of 179.06º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4FCFCD is Cyan = 0.62, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 79 | 207 | 205 | - |
| CMYK | 0.62 | 0 | 0.01 | 0.19 |
| HSL | 179.06º | 0.57% | 0.56% | - |
| HSV(B) | 179.06º | 0.62% | 0.81% | - |
| XYZ | 36.56 | 50.7 | 65.62 | - |
| YUV | 168.5 | 148.59 | 64.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 207 | 205 | 0.62 | 0 | 0.01 | 0.19 | 179.06 | 0.57 | 0.56 |
| Hex | 4F | CF | CD | 3E | 0 | 1 | 13 | B3 | 39 | 38 |
| Octal | 117 | 317 | 315 | 76 | 0 | 1 | 23 | 263 | 71 | 70 |
| Binary | 1001111 | 11001111 | 11001101 | 111110 | 0 | 1 | 10011 | 10110011 | 111001 | 111000 |
Color Harmonies of #4FCFCD
Complementary color
Monochromatic Colors of #4FCFCD
Black with #4FCFCD
Text Example
Text Example
White with #4FCFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCFCD; }
p { color: rgb(79,207,205); }
H1.HeaderClassName
{
color: #4FCFCD;
}
.AnyTagClassName
{
color: #4FCFCD;
}
</style>
background-color css
<style>
a { background-color: #4FCFCD; }
a { background-color: rgb(79,207,205); }
div.DivClassName
{
background-color: #4FCFCD;
}
.BgClassName
{
background-color: #4FCFCD;
}
</style>
border-color css
<style>
span { border-color: #4FCFCD; }
span { border-color: rgb(79,207,205); }
td.TdClassName
{
border-color: #4FCFCD;
}
.TagClassName
{
border-color: #4FCFCD;
}
</style>