Shades of Medium Turquoise #4FDBD3
Tints of Medium Turquoise #4FDBD3
RGB
CMYK
RGB Variations
Color information
#4FDBD3 (or 0x4FDBD3) is known color: Medium Turquoise. HEX triplet: 4F, DB and D3. RGB value is (79,219,211). Sum of RGB (Red+Green+Blue) = 79+219+211=509 (67% of max value = 765). Red value is 79 (31.25% from 255 or 15.52% from 509); Green value is 219 (85.94% from 255 or 43.03% from 509); Blue value is 211 (82.81% from 255 or 41.45% from 509); Max value from RGB is 219 - color contains mainly: green. Hex color #4FDBD3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FDBD3 is #B0242C. Grayscale: #B0B0B0. Windows color (decimal): -11543597 or 13884239. OLE color: 13884239.
HSL color Cylindrical-coordinate representation of color #4FDBD3: hue angle of 176.57º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4FDBD3 is Cyan = 0.64, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 79 | 219 | 211 | - |
| CMYK | 0.64 | 0 | 0.04 | 0.14 |
| HSL | 176.57º | 0.66% | 0.58% | - |
| HSV(B) | 176.57º | 0.64% | 0.86% | - |
| XYZ | 40.31 | 57.03 | 70.51 | - |
| YUV | 176.23 | 147.62 | 58.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 219 | 211 | 0.64 | 0 | 0.04 | 0.14 | 176.57 | 0.66 | 0.58 |
| Hex | 4F | DB | D3 | 40 | 0 | 4 | E | B1 | 42 | 3A |
| Octal | 117 | 333 | 323 | 100 | 0 | 4 | 16 | 261 | 102 | 72 |
| Binary | 1001111 | 11011011 | 11010011 | 1000000 | 0 | 100 | 1110 | 10110001 | 1000010 | 111010 |
Color Harmonies of #4FDBD3
Complementary color
Monochromatic Colors of #4FDBD3
Black with #4FDBD3
Text Example
Text Example
White with #4FDBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDBD3; }
p { color: rgb(79,219,211); }
H1.HeaderClassName
{
color: #4FDBD3;
}
.AnyTagClassName
{
color: #4FDBD3;
}
</style>
background-color css
<style>
a { background-color: #4FDBD3; }
a { background-color: rgb(79,219,211); }
div.DivClassName
{
background-color: #4FDBD3;
}
.BgClassName
{
background-color: #4FDBD3;
}
</style>
border-color css
<style>
span { border-color: #4FDBD3; }
span { border-color: rgb(79,219,211); }
td.TdClassName
{
border-color: #4FDBD3;
}
.TagClassName
{
border-color: #4FDBD3;
}
</style>