Shades of Medium Turquoise #4FCDDD
Tints of Medium Turquoise #4FCDDD
RGB
CMYK
RGB Variations
Color information
#4FCDDD (or 0x4FCDDD) is known color: Medium Turquoise. HEX triplet: 4F, CD and DD. RGB value is (79,205,221). Sum of RGB (Red+Green+Blue) = 79+205+221=505 (66% of max value = 765). Red value is 79 (31.25% from 255 or 15.64% from 505); Green value is 205 (80.47% from 255 or 40.59% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 221 - color contains mainly: blue. Hex color #4FCDDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FCDDD is #B03222. Grayscale: #A8A8A8. Windows color (decimal): -11547171 or 14536015. OLE color: 14536015.
HSL color Cylindrical-coordinate representation of color #4FCDDD: hue angle of 186.76º 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 #4FCDDD is Cyan = 0.64, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 205 | 221 | - |
| CMYK | 0.64 | 0.07 | 0 | 0.13 |
| HSL | 186.76º | 0.68% | 0.59% | - |
| HSV(B) | 186.76º | 0.64% | 0.87% | - |
| XYZ | 38.11 | 50.55 | 76.15 | - |
| YUV | 169.15 | 157.26 | 63.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 205 | 221 | 0.64 | 0.07 | 0 | 0.13 | 186.76 | 0.68 | 0.59 |
| Hex | 4F | CD | DD | 40 | 7 | 0 | D | BB | 44 | 3B |
| Octal | 117 | 315 | 335 | 100 | 7 | 0 | 15 | 273 | 104 | 73 |
| Binary | 1001111 | 11001101 | 11011101 | 1000000 | 111 | 0 | 1101 | 10111011 | 1000100 | 111011 |
Color Harmonies of #4FCDDD
Complementary color
Monochromatic Colors of #4FCDDD
Black with #4FCDDD
Text Example
Text Example
White with #4FCDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCDDD; }
p { color: rgb(79,205,221); }
H1.HeaderClassName
{
color: #4FCDDD;
}
.AnyTagClassName
{
color: #4FCDDD;
}
</style>
background-color css
<style>
a { background-color: #4FCDDD; }
a { background-color: rgb(79,205,221); }
div.DivClassName
{
background-color: #4FCDDD;
}
.BgClassName
{
background-color: #4FCDDD;
}
</style>
border-color css
<style>
span { border-color: #4FCDDD; }
span { border-color: rgb(79,205,221); }
td.TdClassName
{
border-color: #4FCDDD;
}
.TagClassName
{
border-color: #4FCDDD;
}
</style>