Shades of Medium Turquoise #4FC9D1
Tints of Medium Turquoise #4FC9D1
RGB
CMYK
RGB Variations
Color information
#4FC9D1 (or 0x4FC9D1) is known color: Medium Turquoise. HEX triplet: 4F, C9 and D1. RGB value is (79,201,209). Sum of RGB (Red+Green+Blue) = 79+201+209=489 (64% of max value = 765). Red value is 79 (31.25% from 255 or 16.16% from 489); Green value is 201 (78.91% from 255 or 41.10% from 489); Blue value is 209 (82.03% from 255 or 42.74% from 489); Max value from RGB is 209 - color contains mainly: blue. Hex color #4FC9D1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FC9D1 is #B0362E. Grayscale: #A5A5A5. Windows color (decimal): -11548207 or 13748559. OLE color: 13748559.
HSL color Cylindrical-coordinate representation of color #4FC9D1: hue angle of 183.69º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4FC9D1 is Cyan = 0.62, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 79 | 201 | 209 | - |
| CMYK | 0.62 | 0.04 | 0 | 0.18 |
| HSL | 183.69º | 0.59% | 0.56% | - |
| HSV(B) | 183.69º | 0.62% | 0.82% | - |
| XYZ | 35.62 | 48.04 | 67.72 | - |
| YUV | 165.43 | 152.58 | 66.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 201 | 209 | 0.62 | 0.04 | 0 | 0.18 | 183.69 | 0.59 | 0.56 |
| Hex | 4F | C9 | D1 | 3E | 4 | 0 | 12 | B8 | 3B | 38 |
| Octal | 117 | 311 | 321 | 76 | 4 | 0 | 22 | 270 | 73 | 70 |
| Binary | 1001111 | 11001001 | 11010001 | 111110 | 100 | 0 | 10010 | 10111000 | 111011 | 111000 |
Color Harmonies of #4FC9D1
Complementary color
Monochromatic Colors of #4FC9D1
Black with #4FC9D1
Text Example
Text Example
White with #4FC9D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FC9D1; }
p { color: rgb(79,201,209); }
H1.HeaderClassName
{
color: #4FC9D1;
}
.AnyTagClassName
{
color: #4FC9D1;
}
</style>
background-color css
<style>
a { background-color: #4FC9D1; }
a { background-color: rgb(79,201,209); }
div.DivClassName
{
background-color: #4FC9D1;
}
.BgClassName
{
background-color: #4FC9D1;
}
</style>
border-color css
<style>
span { border-color: #4FC9D1; }
span { border-color: rgb(79,201,209); }
td.TdClassName
{
border-color: #4FC9D1;
}
.TagClassName
{
border-color: #4FC9D1;
}
</style>