Shades of Medium Turquoise #4FDADE
Tints of Medium Turquoise #4FDADE
RGB
CMYK
RGB Variations
Color information
#4FDADE (or 0x4FDADE) is known color: Medium Turquoise. HEX triplet: 4F, DA and DE. RGB value is (79,218,222). Sum of RGB (Red+Green+Blue) = 79+218+222=519 (68% of max value = 765). Red value is 79 (31.25% from 255 or 15.22% from 519); Green value is 218 (85.55% from 255 or 42.00% from 519); Blue value is 222 (87.11% from 255 or 42.77% from 519); Max value from RGB is 222 - color contains mainly: blue. Hex color #4FDADE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FDADE is #B02521. Grayscale: #B0B0B0. Windows color (decimal): -11543842 or 14604879. OLE color: 14604879.
HSL color Cylindrical-coordinate representation of color #4FDADE: hue angle of 181.68º 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 #4FDADE is Cyan = 0.64, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 218 | 222 | - |
| CMYK | 0.64 | 0.02 | 0 | 0.13 |
| HSL | 181.68º | 0.68% | 0.59% | - |
| HSV(B) | 181.68º | 0.64% | 0.87% | - |
| XYZ | 41.48 | 57.08 | 77.94 | - |
| YUV | 176.9 | 153.45 | 58.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 218 | 222 | 0.64 | 0.02 | 0 | 0.13 | 181.68 | 0.68 | 0.59 |
| Hex | 4F | DA | DE | 40 | 2 | 0 | D | B6 | 44 | 3B |
| Octal | 117 | 332 | 336 | 100 | 2 | 0 | 15 | 266 | 104 | 73 |
| Binary | 1001111 | 11011010 | 11011110 | 1000000 | 10 | 0 | 1101 | 10110110 | 1000100 | 111011 |
Color Harmonies of #4FDADE
Complementary color
Monochromatic Colors of #4FDADE
Black with #4FDADE
Text Example
Text Example
White with #4FDADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDADE; }
p { color: rgb(79,218,222); }
H1.HeaderClassName
{
color: #4FDADE;
}
.AnyTagClassName
{
color: #4FDADE;
}
</style>
background-color css
<style>
a { background-color: #4FDADE; }
a { background-color: rgb(79,218,222); }
div.DivClassName
{
background-color: #4FDADE;
}
.BgClassName
{
background-color: #4FDADE;
}
</style>
border-color css
<style>
span { border-color: #4FDADE; }
span { border-color: rgb(79,218,222); }
td.TdClassName
{
border-color: #4FDADE;
}
.TagClassName
{
border-color: #4FDADE;
}
</style>