Shades of Medium Turquoise #4FC5DD
Tints of Medium Turquoise #4FC5DD
RGB
CMYK
RGB Variations
Color information
#4FC5DD (or 0x4FC5DD) is known color: Medium Turquoise. HEX triplet: 4F, C5 and DD. RGB value is (79,197,221). Sum of RGB (Red+Green+Blue) = 79+197+221=497 (65% of max value = 765). Red value is 79 (31.25% from 255 or 15.90% from 497); Green value is 197 (77.34% from 255 or 39.64% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 221 - color contains mainly: blue. Hex color #4FC5DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FC5DD is #B03A22. Grayscale: #A4A4A4. Windows color (decimal): -11549219 or 14533967. OLE color: 14533967.
HSL color Cylindrical-coordinate representation of color #4FC5DD: hue angle of 190.14º 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 #4FC5DD is Cyan = 0.64, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 197 | 221 | - |
| CMYK | 0.64 | 0.11 | 0 | 0.13 |
| HSL | 190.14º | 0.68% | 0.59% | - |
| HSV(B) | 190.14º | 0.64% | 0.87% | - |
| XYZ | 36.24 | 46.82 | 75.53 | - |
| YUV | 164.45 | 159.91 | 67.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 197 | 221 | 0.64 | 0.11 | 0 | 0.13 | 190.14 | 0.68 | 0.59 |
| Hex | 4F | C5 | DD | 40 | B | 0 | D | BE | 44 | 3B |
| Octal | 117 | 305 | 335 | 100 | 13 | 0 | 15 | 276 | 104 | 73 |
| Binary | 1001111 | 11000101 | 11011101 | 1000000 | 1011 | 0 | 1101 | 10111110 | 1000100 | 111011 |
Color Harmonies of #4FC5DD
Complementary color
Monochromatic Colors of #4FC5DD
Black with #4FC5DD
Text Example
Text Example
White with #4FC5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FC5DD; }
p { color: rgb(79,197,221); }
H1.HeaderClassName
{
color: #4FC5DD;
}
.AnyTagClassName
{
color: #4FC5DD;
}
</style>
background-color css
<style>
a { background-color: #4FC5DD; }
a { background-color: rgb(79,197,221); }
div.DivClassName
{
background-color: #4FC5DD;
}
.BgClassName
{
background-color: #4FC5DD;
}
</style>
border-color css
<style>
span { border-color: #4FC5DD; }
span { border-color: rgb(79,197,221); }
td.TdClassName
{
border-color: #4FC5DD;
}
.TagClassName
{
border-color: #4FC5DD;
}
</style>