Shades of Turquoise #4FDEC9
Tints of Turquoise #4FDEC9
RGB
CMYK
RGB Variations
Color information
#4FDEC9 (or 0x4FDEC9) is known color: Turquoise. HEX triplet: 4F, DE and C9. RGB value is (79,222,201). Sum of RGB (Red+Green+Blue) = 79+222+201=502 (66% of max value = 765). Red value is 79 (31.25% from 255 or 15.74% from 502); Green value is 222 (87.11% from 255 or 44.22% from 502); Blue value is 201 (78.91% from 255 or 40.04% from 502); Max value from RGB is 222 - color contains mainly: green. Hex color #4FDEC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FDEC9 is #B02136. Grayscale: #B0B0B0. Windows color (decimal): -11542839 or 13229647. OLE color: 13229647.
HSL color Cylindrical-coordinate representation of color #4FDEC9: hue angle of 171.19º 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 #4FDEC9 is Cyan = 0.64, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 222 | 201 | - |
| CMYK | 0.64 | 0 | 0.09 | 0.13 |
| HSL | 171.19º | 0.68% | 0.59% | - |
| HSV(B) | 171.19º | 0.64% | 0.87% | - |
| XYZ | 39.89 | 58.12 | 64.37 | - |
| YUV | 176.85 | 141.62 | 58.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 222 | 201 | 0.64 | 0 | 0.09 | 0.13 | 171.19 | 0.68 | 0.59 |
| Hex | 4F | DE | C9 | 40 | 0 | 9 | D | AB | 44 | 3B |
| Octal | 117 | 336 | 311 | 100 | 0 | 11 | 15 | 253 | 104 | 73 |
| Binary | 1001111 | 11011110 | 11001001 | 1000000 | 0 | 1001 | 1101 | 10101011 | 1000100 | 111011 |
Color Harmonies of #4FDEC9
Complementary color
Monochromatic Colors of #4FDEC9
Black with #4FDEC9
Text Example
Text Example
White with #4FDEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDEC9; }
p { color: rgb(79,222,201); }
H1.HeaderClassName
{
color: #4FDEC9;
}
.AnyTagClassName
{
color: #4FDEC9;
}
</style>
background-color css
<style>
a { background-color: #4FDEC9; }
a { background-color: rgb(79,222,201); }
div.DivClassName
{
background-color: #4FDEC9;
}
.BgClassName
{
background-color: #4FDEC9;
}
</style>
border-color css
<style>
span { border-color: #4FDEC9; }
span { border-color: rgb(79,222,201); }
td.TdClassName
{
border-color: #4FDEC9;
}
.TagClassName
{
border-color: #4FDEC9;
}
</style>