Shades of Turquoise #4FEDE5
Tints of Turquoise #4FEDE5
RGB
CMYK
RGB Variations
Color information
#4FEDE5 (or 0x4FEDE5) is known color: Turquoise. HEX triplet: 4F, ED and E5. RGB value is (79,237,229). Sum of RGB (Red+Green+Blue) = 79+237+229=545 (72% of max value = 765). Red value is 79 (31.25% from 255 or 14.50% from 545); Green value is 237 (92.97% from 255 or 43.49% from 545); Blue value is 229 (89.84% from 255 or 42.02% from 545); Max value from RGB is 237 - color contains mainly: green. Hex color #4FEDE5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FEDE5 is #B0121A. Grayscale: #BCBCBC. Windows color (decimal): -11538971 or 15068495. OLE color: 15068495.
HSL color Cylindrical-coordinate representation of color #4FEDE5: hue angle of 176.96º 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 #4FEDE5 is Cyan = 0.67, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 79 | 237 | 229 | - |
| CMYK | 0.67 | 0 | 0.03 | 0.07 |
| HSL | 176.96º | 0.81% | 0.62% | - |
| HSV(B) | 176.96º | 0.67% | 0.93% | - |
| XYZ | 47.65 | 67.89 | 84.72 | - |
| YUV | 188.85 | 150.65 | 49.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 237 | 229 | 0.67 | 0 | 0.03 | 0.07 | 176.96 | 0.81 | 0.62 |
| Hex | 4F | ED | E5 | 43 | 0 | 3 | 7 | B1 | 51 | 3E |
| Octal | 117 | 355 | 345 | 103 | 0 | 3 | 7 | 261 | 121 | 76 |
| Binary | 1001111 | 11101101 | 11100101 | 1000011 | 0 | 11 | 111 | 10110001 | 1010001 | 111110 |
Color Harmonies of #4FEDE5
Complementary color
Monochromatic Colors of #4FEDE5
Black with #4FEDE5
Text Example
Text Example
White with #4FEDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FEDE5; }
p { color: rgb(79,237,229); }
H1.HeaderClassName
{
color: #4FEDE5;
}
.AnyTagClassName
{
color: #4FEDE5;
}
</style>
background-color css
<style>
a { background-color: #4FEDE5; }
a { background-color: rgb(79,237,229); }
div.DivClassName
{
background-color: #4FEDE5;
}
.BgClassName
{
background-color: #4FEDE5;
}
</style>
border-color css
<style>
span { border-color: #4FEDE5; }
span { border-color: rgb(79,237,229); }
td.TdClassName
{
border-color: #4FEDE5;
}
.TagClassName
{
border-color: #4FEDE5;
}
</style>