Shades of Medium Turquoise #4FDBDD
Tints of Medium Turquoise #4FDBDD
RGB
CMYK
RGB Variations
Color information
#4FDBDD (or 0x4FDBDD) is known color: Medium Turquoise. HEX triplet: 4F, DB and DD. RGB value is (79,219,221). Sum of RGB (Red+Green+Blue) = 79+219+221=519 (68% of max value = 765). Red value is 79 (31.25% from 255 or 15.22% from 519); Green value is 219 (85.94% from 255 or 42.20% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #4FDBDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FDBDD is #B02422. Grayscale: #B1B1B1. Windows color (decimal): -11543587 or 14539599. OLE color: 14539599.
HSL color Cylindrical-coordinate representation of color #4FDBDD: hue angle of 180.85º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4FDBDD is Cyan = 0.64, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 219 | 221 | - |
| CMYK | 0.64 | 0.01 | 0 | 0.13 |
| HSL | 180.85º | 0.68% | 0.59% | - |
| HSV(B) | 180.85º | 0.64% | 0.87% | - |
| XYZ | 41.61 | 57.55 | 77.32 | - |
| YUV | 177.37 | 152.62 | 57.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 219 | 221 | 0.64 | 0.01 | 0 | 0.13 | 180.85 | 0.68 | 0.59 |
| Hex | 4F | DB | DD | 40 | 1 | 0 | D | B5 | 44 | 3B |
| Octal | 117 | 333 | 335 | 100 | 1 | 0 | 15 | 265 | 104 | 73 |
| Binary | 1001111 | 11011011 | 11011101 | 1000000 | 1 | 0 | 1101 | 10110101 | 1000100 | 111011 |
Color Harmonies of #4FDBDD
Complementary color
Monochromatic Colors of #4FDBDD
Black with #4FDBDD
Text Example
Text Example
White with #4FDBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDBDD; }
p { color: rgb(79,219,221); }
H1.HeaderClassName
{
color: #4FDBDD;
}
.AnyTagClassName
{
color: #4FDBDD;
}
</style>
background-color css
<style>
a { background-color: #4FDBDD; }
a { background-color: rgb(79,219,221); }
div.DivClassName
{
background-color: #4FDBDD;
}
.BgClassName
{
background-color: #4FDBDD;
}
</style>
border-color css
<style>
span { border-color: #4FDBDD; }
span { border-color: rgb(79,219,221); }
td.TdClassName
{
border-color: #4FDBDD;
}
.TagClassName
{
border-color: #4FDBDD;
}
</style>