Shades of Turquoise #4FEDCC
Tints of Turquoise #4FEDCC
RGB
CMYK
RGB Variations
Color information
#4FEDCC (or 0x4FEDCC) is known color: Turquoise. HEX triplet: 4F, ED and CC. RGB value is (79,237,204). Sum of RGB (Red+Green+Blue) = 79+237+204=520 (68% of max value = 765). Red value is 79 (31.25% from 255 or 15.19% from 520); Green value is 237 (92.97% from 255 or 45.58% from 520); Blue value is 204 (80.08% from 255 or 39.23% from 520); Max value from RGB is 237 - color contains mainly: green. Hex color #4FEDCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FEDCC is #B01233. Grayscale: #B9B9B9. Windows color (decimal): -11538996 or 13430095. OLE color: 13430095.
HSL color Cylindrical-coordinate representation of color #4FEDCC: hue angle of 167.47º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FEDCC is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 79 | 237 | 204 | - |
| CMYK | 0.67 | 0 | 0.14 | 0.07 |
| HSL | 167.47º | 0.81% | 0.62% | - |
| HSV(B) | 167.47º | 0.67% | 0.93% | - |
| XYZ | 44.41 | 66.59 | 67.64 | - |
| YUV | 186 | 138.15 | 51.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 237 | 204 | 0.67 | 0 | 0.14 | 0.07 | 167.47 | 0.81 | 0.62 |
| Hex | 4F | ED | CC | 43 | 0 | E | 7 | A7 | 51 | 3E |
| Octal | 117 | 355 | 314 | 103 | 0 | 16 | 7 | 247 | 121 | 76 |
| Binary | 1001111 | 11101101 | 11001100 | 1000011 | 0 | 1110 | 111 | 10100111 | 1010001 | 111110 |
Color Harmonies of #4FEDCC
Complementary color
Monochromatic Colors of #4FEDCC
Black with #4FEDCC
Text Example
Text Example
White with #4FEDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FEDCC; }
p { color: rgb(79,237,204); }
H1.HeaderClassName
{
color: #4FEDCC;
}
.AnyTagClassName
{
color: #4FEDCC;
}
</style>
background-color css
<style>
a { background-color: #4FEDCC; }
a { background-color: rgb(79,237,204); }
div.DivClassName
{
background-color: #4FEDCC;
}
.BgClassName
{
background-color: #4FEDCC;
}
</style>
border-color css
<style>
span { border-color: #4FEDCC; }
span { border-color: rgb(79,237,204); }
td.TdClassName
{
border-color: #4FEDCC;
}
.TagClassName
{
border-color: #4FEDCC;
}
</style>