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