Shades of Medium Turquoise #4FD9D3
Tints of Medium Turquoise #4FD9D3
RGB
CMYK
RGB Variations
Color information
#4FD9D3 (or 0x4FD9D3) is known color: Medium Turquoise. HEX triplet: 4F, D9 and D3. RGB value is (79,217,211). Sum of RGB (Red+Green+Blue) = 79+217+211=507 (67% of max value = 765). Red value is 79 (31.25% from 255 or 15.58% from 507); Green value is 217 (85.16% from 255 or 42.80% from 507); Blue value is 211 (82.81% from 255 or 41.62% from 507); Max value from RGB is 217 - color contains mainly: green. Hex color #4FD9D3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FD9D3 is #B0262C. Grayscale: #AEAEAE. Windows color (decimal): -11544109 or 13883727. OLE color: 13883727.
HSL color Cylindrical-coordinate representation of color #4FD9D3: hue angle of 177.39º 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 #4FD9D3 is Cyan = 0.64, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 79 | 217 | 211 | - |
| CMYK | 0.64 | 0 | 0.03 | 0.15 |
| HSL | 177.39º | 0.64% | 0.58% | - |
| HSV(B) | 177.39º | 0.64% | 0.85% | - |
| XYZ | 39.8 | 55.99 | 70.34 | - |
| YUV | 175.05 | 148.28 | 59.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 217 | 211 | 0.64 | 0 | 0.03 | 0.15 | 177.39 | 0.64 | 0.58 |
| Hex | 4F | D9 | D3 | 40 | 0 | 3 | F | B1 | 40 | 3A |
| Octal | 117 | 331 | 323 | 100 | 0 | 3 | 17 | 261 | 100 | 72 |
| Binary | 1001111 | 11011001 | 11010011 | 1000000 | 0 | 11 | 1111 | 10110001 | 1000000 | 111010 |
Color Harmonies of #4FD9D3
Complementary color
Monochromatic Colors of #4FD9D3
Black with #4FD9D3
Text Example
Text Example
White with #4FD9D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FD9D3; }
p { color: rgb(79,217,211); }
H1.HeaderClassName
{
color: #4FD9D3;
}
.AnyTagClassName
{
color: #4FD9D3;
}
</style>
background-color css
<style>
a { background-color: #4FD9D3; }
a { background-color: rgb(79,217,211); }
div.DivClassName
{
background-color: #4FD9D3;
}
.BgClassName
{
background-color: #4FD9D3;
}
</style>
border-color css
<style>
span { border-color: #4FD9D3; }
span { border-color: rgb(79,217,211); }
td.TdClassName
{
border-color: #4FD9D3;
}
.TagClassName
{
border-color: #4FD9D3;
}
</style>