Shades of Medium Turquoise #4FDDCB
Tints of Medium Turquoise #4FDDCB
RGB
CMYK
RGB Variations
Color information
#4FDDCB (or 0x4FDDCB) is known color: Medium Turquoise. HEX triplet: 4F, DD and CB. RGB value is (79,221,203). Sum of RGB (Red+Green+Blue) = 79+221+203=503 (66% of max value = 765). Red value is 79 (31.25% from 255 or 15.71% from 503); Green value is 221 (86.72% from 255 or 43.94% from 503); Blue value is 203 (79.69% from 255 or 40.36% from 503); Max value from RGB is 221 - color contains mainly: green. Hex color #4FDDCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FDDCB is #B02234. Grayscale: #B0B0B0. Windows color (decimal): -11543093 or 13360463. OLE color: 13360463.
HSL color Cylindrical-coordinate representation of color #4FDDCB: hue angle of 172.39º 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 #4FDDCB is Cyan = 0.64, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 221 | 203 | - |
| CMYK | 0.64 | 0 | 0.08 | 0.13 |
| HSL | 172.39º | 0.68% | 0.59% | - |
| HSV(B) | 172.39º | 0.64% | 0.87% | - |
| XYZ | 39.86 | 57.69 | 65.53 | - |
| YUV | 176.49 | 142.96 | 58.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 221 | 203 | 0.64 | 0 | 0.08 | 0.13 | 172.39 | 0.68 | 0.59 |
| Hex | 4F | DD | CB | 40 | 0 | 8 | D | AC | 44 | 3B |
| Octal | 117 | 335 | 313 | 100 | 0 | 10 | 15 | 254 | 104 | 73 |
| Binary | 1001111 | 11011101 | 11001011 | 1000000 | 0 | 1000 | 1101 | 10101100 | 1000100 | 111011 |
Color Harmonies of #4FDDCB
Complementary color
Monochromatic Colors of #4FDDCB
Black with #4FDDCB
Text Example
Text Example
White with #4FDDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDDCB; }
p { color: rgb(79,221,203); }
H1.HeaderClassName
{
color: #4FDDCB;
}
.AnyTagClassName
{
color: #4FDDCB;
}
</style>
background-color css
<style>
a { background-color: #4FDDCB; }
a { background-color: rgb(79,221,203); }
div.DivClassName
{
background-color: #4FDDCB;
}
.BgClassName
{
background-color: #4FDDCB;
}
</style>
border-color css
<style>
span { border-color: #4FDDCB; }
span { border-color: rgb(79,221,203); }
td.TdClassName
{
border-color: #4FDDCB;
}
.TagClassName
{
border-color: #4FDDCB;
}
</style>