Shades of Medium Turquoise #4FDADA
Tints of Medium Turquoise #4FDADA
RGB
CMYK
RGB Variations
Color information
#4FDADA (or 0x4FDADA) is known color: Medium Turquoise. HEX triplet: 4F, DA and DA. RGB value is (79,218,218). Sum of RGB (Red+Green+Blue) = 79+218+218=515 (68% of max value = 765). Red value is 79 (31.25% from 255 or 15.34% from 515); Green value is 218 (85.55% from 255 or 42.33% from 515); Blue value is 218 (85.55% from 255 or 42.33% from 515); Max value from RGB is 218 - color contains mainly: green, blue. Hex color #4FDADA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FDADA is #B02525. Grayscale: #B0B0B0. Windows color (decimal): -11543846 or 14342735. OLE color: 14342735.
HSL color Cylindrical-coordinate representation of color #4FDADA: hue angle of 180º degrees, saturation: 0.65, 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 #4FDADA is Cyan = 0.64, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 79 | 218 | 218 | - |
| CMYK | 0.64 | 0 | 0 | 0.15 |
| HSL | 180º | 0.65% | 0.58% | - |
| HSV(B) | 180º | 0.64% | 0.85% | - |
| XYZ | 40.95 | 56.87 | 75.15 | - |
| YUV | 176.44 | 151.45 | 58.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 218 | 218 | 0.64 | 0 | 0 | 0.15 | 180 | 0.65 | 0.58 |
| Hex | 4F | DA | DA | 40 | 0 | 0 | F | B4 | 41 | 3A |
| Octal | 117 | 332 | 332 | 100 | 0 | 0 | 17 | 264 | 101 | 72 |
| Binary | 1001111 | 11011010 | 11011010 | 1000000 | 0 | 0 | 1111 | 10110100 | 1000001 | 111010 |
Color Harmonies of #4FDADA
Complementary color
Monochromatic Colors of #4FDADA
Black with #4FDADA
Text Example
Text Example
White with #4FDADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDADA; }
p { color: rgb(79,218,218); }
H1.HeaderClassName
{
color: #4FDADA;
}
.AnyTagClassName
{
color: #4FDADA;
}
</style>
background-color css
<style>
a { background-color: #4FDADA; }
a { background-color: rgb(79,218,218); }
div.DivClassName
{
background-color: #4FDADA;
}
.BgClassName
{
background-color: #4FDADA;
}
</style>
border-color css
<style>
span { border-color: #4FDADA; }
span { border-color: rgb(79,218,218); }
td.TdClassName
{
border-color: #4FDADA;
}
.TagClassName
{
border-color: #4FDADA;
}
</style>