Shades of Turquoise #4FDECC
Tints of Turquoise #4FDECC
RGB
CMYK
RGB Variations
Color information
#4FDECC (or 0x4FDECC) is known color: Turquoise. HEX triplet: 4F, DE and CC. RGB value is (79,222,204). Sum of RGB (Red+Green+Blue) = 79+222+204=505 (66% of max value = 765). Red value is 79 (31.25% from 255 or 15.64% from 505); Green value is 222 (87.11% from 255 or 43.96% from 505); Blue value is 204 (80.08% from 255 or 40.40% from 505); Max value from RGB is 222 - color contains mainly: green. Hex color #4FDECC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FDECC is #B02133. Grayscale: #B1B1B1. Windows color (decimal): -11542836 or 13426255. OLE color: 13426255.
HSL color Cylindrical-coordinate representation of color #4FDECC: hue angle of 172.45º 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 #4FDECC is Cyan = 0.64, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 222 | 204 | - |
| CMYK | 0.64 | 0 | 0.08 | 0.13 |
| HSL | 172.45º | 0.68% | 0.59% | - |
| HSV(B) | 172.45º | 0.64% | 0.87% | - |
| XYZ | 40.24 | 58.26 | 66.25 | - |
| YUV | 177.19 | 143.12 | 57.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 222 | 204 | 0.64 | 0 | 0.08 | 0.13 | 172.45 | 0.68 | 0.59 |
| Hex | 4F | DE | CC | 40 | 0 | 8 | D | AC | 44 | 3B |
| Octal | 117 | 336 | 314 | 100 | 0 | 10 | 15 | 254 | 104 | 73 |
| Binary | 1001111 | 11011110 | 11001100 | 1000000 | 0 | 1000 | 1101 | 10101100 | 1000100 | 111011 |
Color Harmonies of #4FDECC
Complementary color
Monochromatic Colors of #4FDECC
Black with #4FDECC
Text Example
Text Example
White with #4FDECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDECC; }
p { color: rgb(79,222,204); }
H1.HeaderClassName
{
color: #4FDECC;
}
.AnyTagClassName
{
color: #4FDECC;
}
</style>
background-color css
<style>
a { background-color: #4FDECC; }
a { background-color: rgb(79,222,204); }
div.DivClassName
{
background-color: #4FDECC;
}
.BgClassName
{
background-color: #4FDECC;
}
</style>
border-color css
<style>
span { border-color: #4FDECC; }
span { border-color: rgb(79,222,204); }
td.TdClassName
{
border-color: #4FDECC;
}
.TagClassName
{
border-color: #4FDECC;
}
</style>