Shades of Medium Turquoise #4FDDCD
Tints of Medium Turquoise #4FDDCD
RGB
CMYK
RGB Variations
Color information
#4FDDCD (or 0x4FDDCD) is known color: Medium Turquoise. HEX triplet: 4F, DD and CD. RGB value is (79,221,205). Sum of RGB (Red+Green+Blue) = 79+221+205=505 (66% of max value = 765). Red value is 79 (31.25% from 255 or 15.64% from 505); Green value is 221 (86.72% from 255 or 43.76% from 505); Blue value is 205 (80.47% from 255 or 40.59% from 505); Max value from RGB is 221 - color contains mainly: green. Hex color #4FDDCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FDDCD is #B02232. Grayscale: #B0B0B0. Windows color (decimal): -11543091 or 13491535. OLE color: 13491535.
HSL color Cylindrical-coordinate representation of color #4FDDCD: hue angle of 173.24º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4FDDCD is Cyan = 0.64, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 221 | 205 | - |
| CMYK | 0.64 | 0 | 0.07 | 0.13 |
| HSL | 173.24º | 0.68% | 0.59% | - |
| HSV(B) | 173.24º | 0.64% | 0.87% | - |
| XYZ | 40.1 | 57.78 | 66.8 | - |
| YUV | 176.72 | 143.96 | 58.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 221 | 205 | 0.64 | 0 | 0.07 | 0.13 | 173.24 | 0.68 | 0.59 |
| Hex | 4F | DD | CD | 40 | 0 | 7 | D | AD | 44 | 3B |
| Octal | 117 | 335 | 315 | 100 | 0 | 7 | 15 | 255 | 104 | 73 |
| Binary | 1001111 | 11011101 | 11001101 | 1000000 | 0 | 111 | 1101 | 10101101 | 1000100 | 111011 |
Color Harmonies of #4FDDCD
Complementary color
Monochromatic Colors of #4FDDCD
Black with #4FDDCD
Text Example
Text Example
White with #4FDDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDDCD; }
p { color: rgb(79,221,205); }
H1.HeaderClassName
{
color: #4FDDCD;
}
.AnyTagClassName
{
color: #4FDDCD;
}
</style>
background-color css
<style>
a { background-color: #4FDDCD; }
a { background-color: rgb(79,221,205); }
div.DivClassName
{
background-color: #4FDDCD;
}
.BgClassName
{
background-color: #4FDDCD;
}
</style>
border-color css
<style>
span { border-color: #4FDDCD; }
span { border-color: rgb(79,221,205); }
td.TdClassName
{
border-color: #4FDDCD;
}
.TagClassName
{
border-color: #4FDDCD;
}
</style>