Shades of Medium Turquoise #4FDBD2
Tints of Medium Turquoise #4FDBD2
RGB
CMYK
RGB Variations
Color information
#4FDBD2 (or 0x4FDBD2) is known color: Medium Turquoise. HEX triplet: 4F, DB and D2. RGB value is (79,219,210). Sum of RGB (Red+Green+Blue) = 79+219+210=508 (67% of max value = 765). Red value is 79 (31.25% from 255 or 15.55% from 508); Green value is 219 (85.94% from 255 or 43.11% from 508); Blue value is 210 (82.42% from 255 or 41.34% from 508); Max value from RGB is 219 - color contains mainly: green. Hex color #4FDBD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FDBD2 is #B0242D. Grayscale: #B0B0B0. Windows color (decimal): -11543598 or 13818703. OLE color: 13818703.
HSL color Cylindrical-coordinate representation of color #4FDBD2: hue angle of 176.14º 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 #4FDBD2 is Cyan = 0.64, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 79 | 219 | 210 | - |
| CMYK | 0.64 | 0 | 0.04 | 0.14 |
| HSL | 176.14º | 0.66% | 0.58% | - |
| HSV(B) | 176.14º | 0.64% | 0.86% | - |
| XYZ | 40.19 | 56.98 | 69.85 | - |
| YUV | 176.11 | 147.12 | 58.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 219 | 210 | 0.64 | 0 | 0.04 | 0.14 | 176.14 | 0.66 | 0.58 |
| Hex | 4F | DB | D2 | 40 | 0 | 4 | E | B0 | 42 | 3A |
| Octal | 117 | 333 | 322 | 100 | 0 | 4 | 16 | 260 | 102 | 72 |
| Binary | 1001111 | 11011011 | 11010010 | 1000000 | 0 | 100 | 1110 | 10110000 | 1000010 | 111010 |
Color Harmonies of #4FDBD2
Complementary color
Monochromatic Colors of #4FDBD2
Black with #4FDBD2
Text Example
Text Example
White with #4FDBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDBD2; }
p { color: rgb(79,219,210); }
H1.HeaderClassName
{
color: #4FDBD2;
}
.AnyTagClassName
{
color: #4FDBD2;
}
</style>
background-color css
<style>
a { background-color: #4FDBD2; }
a { background-color: rgb(79,219,210); }
div.DivClassName
{
background-color: #4FDBD2;
}
.BgClassName
{
background-color: #4FDBD2;
}
</style>
border-color css
<style>
span { border-color: #4FDBD2; }
span { border-color: rgb(79,219,210); }
td.TdClassName
{
border-color: #4FDBD2;
}
.TagClassName
{
border-color: #4FDBD2;
}
</style>