Shades of Medium Turquoise #4FD9CB
Tints of Medium Turquoise #4FD9CB
RGB
CMYK
RGB Variations
Color information
#4FD9CB (or 0x4FD9CB) is known color: Medium Turquoise. HEX triplet: 4F, D9 and CB. RGB value is (79,217,203). Sum of RGB (Red+Green+Blue) = 79+217+203=499 (66% of max value = 765). Red value is 79 (31.25% from 255 or 15.83% from 499); Green value is 217 (85.16% from 255 or 43.49% from 499); Blue value is 203 (79.69% from 255 or 40.68% from 499); Max value from RGB is 217 - color contains mainly: green. Hex color #4FD9CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FD9CB is #B02634. Grayscale: #AEAEAE. Windows color (decimal): -11544117 or 13359439. OLE color: 13359439.
HSL color Cylindrical-coordinate representation of color #4FD9CB: hue angle of 173.91º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4FD9CB is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 79 | 217 | 203 | - |
| CMYK | 0.64 | 0 | 0.06 | 0.15 |
| HSL | 173.91º | 0.64% | 0.58% | - |
| HSV(B) | 173.91º | 0.64% | 0.85% | - |
| XYZ | 38.82 | 55.6 | 65.19 | - |
| YUV | 174.14 | 144.28 | 60.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 217 | 203 | 0.64 | 0 | 0.06 | 0.15 | 173.91 | 0.64 | 0.58 |
| Hex | 4F | D9 | CB | 40 | 0 | 6 | F | AE | 40 | 3A |
| Octal | 117 | 331 | 313 | 100 | 0 | 6 | 17 | 256 | 100 | 72 |
| Binary | 1001111 | 11011001 | 11001011 | 1000000 | 0 | 110 | 1111 | 10101110 | 1000000 | 111010 |
Color Harmonies of #4FD9CB
Complementary color
Monochromatic Colors of #4FD9CB
Black with #4FD9CB
Text Example
Text Example
White with #4FD9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FD9CB; }
p { color: rgb(79,217,203); }
H1.HeaderClassName
{
color: #4FD9CB;
}
.AnyTagClassName
{
color: #4FD9CB;
}
</style>
background-color css
<style>
a { background-color: #4FD9CB; }
a { background-color: rgb(79,217,203); }
div.DivClassName
{
background-color: #4FD9CB;
}
.BgClassName
{
background-color: #4FD9CB;
}
</style>
border-color css
<style>
span { border-color: #4FD9CB; }
span { border-color: rgb(79,217,203); }
td.TdClassName
{
border-color: #4FD9CB;
}
.TagClassName
{
border-color: #4FD9CB;
}
</style>