Shades of Medium Turquoise #4FDDCE
Tints of Medium Turquoise #4FDDCE
RGB
CMYK
RGB Variations
Color information
#4FDDCE (or 0x4FDDCE) is known color: Medium Turquoise. HEX triplet: 4F, DD and CE. RGB value is (79,221,206). Sum of RGB (Red+Green+Blue) = 79+221+206=506 (67% of max value = 765). Red value is 79 (31.25% from 255 or 15.61% from 506); Green value is 221 (86.72% from 255 or 43.68% from 506); Blue value is 206 (80.86% from 255 or 40.71% from 506); Max value from RGB is 221 - color contains mainly: green. Hex color #4FDDCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FDDCE is #B02231. Grayscale: #B0B0B0. Windows color (decimal): -11543090 or 13557071. OLE color: 13557071.
HSL color Cylindrical-coordinate representation of color #4FDDCE: hue angle of 173.66º 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 #4FDDCE is Cyan = 0.64, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 221 | 206 | - |
| CMYK | 0.64 | 0 | 0.07 | 0.13 |
| HSL | 173.66º | 0.68% | 0.59% | - |
| HSV(B) | 173.66º | 0.64% | 0.87% | - |
| XYZ | 40.22 | 57.83 | 67.44 | - |
| YUV | 176.83 | 144.46 | 58.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 221 | 206 | 0.64 | 0 | 0.07 | 0.13 | 173.66 | 0.68 | 0.59 |
| Hex | 4F | DD | CE | 40 | 0 | 7 | D | AE | 44 | 3B |
| Octal | 117 | 335 | 316 | 100 | 0 | 7 | 15 | 256 | 104 | 73 |
| Binary | 1001111 | 11011101 | 11001110 | 1000000 | 0 | 111 | 1101 | 10101110 | 1000100 | 111011 |
Color Harmonies of #4FDDCE
Complementary color
Monochromatic Colors of #4FDDCE
Black with #4FDDCE
Text Example
Text Example
White with #4FDDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDDCE; }
p { color: rgb(79,221,206); }
H1.HeaderClassName
{
color: #4FDDCE;
}
.AnyTagClassName
{
color: #4FDDCE;
}
</style>
background-color css
<style>
a { background-color: #4FDDCE; }
a { background-color: rgb(79,221,206); }
div.DivClassName
{
background-color: #4FDDCE;
}
.BgClassName
{
background-color: #4FDDCE;
}
</style>
border-color css
<style>
span { border-color: #4FDDCE; }
span { border-color: rgb(79,221,206); }
td.TdClassName
{
border-color: #4FDDCE;
}
.TagClassName
{
border-color: #4FDDCE;
}
</style>