Shades of Turquoise #4FEDEC
Tints of Turquoise #4FEDEC
RGB
CMYK
RGB Variations
Color information
#4FEDEC (or 0x4FEDEC) is known color: Turquoise. HEX triplet: 4F, ED and EC. RGB value is (79,237,236). Sum of RGB (Red+Green+Blue) = 79+237+236=552 (73% of max value = 765). Red value is 79 (31.25% from 255 or 14.31% from 552); Green value is 237 (92.97% from 255 or 42.93% from 552); Blue value is 236 (92.58% from 255 or 42.75% from 552); Max value from RGB is 237 - color contains mainly: green. Hex color #4FEDEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FEDEC is #B01213. Grayscale: #BDBDBD. Windows color (decimal): -11538964 or 15527247. OLE color: 15527247.
HSL color Cylindrical-coordinate representation of color #4FEDEC: hue angle of 179.62º 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 #4FEDEC is Cyan = 0.67, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 79 | 237 | 236 | - |
| CMYK | 0.67 | 0 | 0.00 | 0.07 |
| HSL | 179.62º | 0.81% | 0.62% | - |
| HSV(B) | 179.62º | 0.67% | 0.93% | - |
| XYZ | 48.65 | 68.29 | 89.97 | - |
| YUV | 189.64 | 154.15 | 49.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 237 | 236 | 0.67 | 0 | 0.00 | 0.07 | 179.62 | 0.81 | 0.62 |
| Hex | 4F | ED | EC | 43 | 0 | 0 | 7 | B4 | 51 | 3E |
| Octal | 117 | 355 | 354 | 103 | 0 | 0 | 7 | 264 | 121 | 76 |
| Binary | 1001111 | 11101101 | 11101100 | 1000011 | 0 | 0 | 111 | 10110100 | 1010001 | 111110 |
Color Harmonies of #4FEDEC
Complementary color
Monochromatic Colors of #4FEDEC
Black with #4FEDEC
Text Example
Text Example
White with #4FEDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FEDEC; }
p { color: rgb(79,237,236); }
H1.HeaderClassName
{
color: #4FEDEC;
}
.AnyTagClassName
{
color: #4FEDEC;
}
</style>
background-color css
<style>
a { background-color: #4FEDEC; }
a { background-color: rgb(79,237,236); }
div.DivClassName
{
background-color: #4FEDEC;
}
.BgClassName
{
background-color: #4FEDEC;
}
</style>
border-color css
<style>
span { border-color: #4FEDEC; }
span { border-color: rgb(79,237,236); }
td.TdClassName
{
border-color: #4FEDEC;
}
.TagClassName
{
border-color: #4FEDEC;
}
</style>