Shades of Turquoise #4FEDE9
Tints of Turquoise #4FEDE9
RGB
CMYK
RGB Variations
Color information
#4FEDE9 (or 0x4FEDE9) is known color: Turquoise. HEX triplet: 4F, ED and E9. RGB value is (79,237,233). Sum of RGB (Red+Green+Blue) = 79+237+233=549 (72% of max value = 765). Red value is 79 (31.25% from 255 or 14.39% from 549); Green value is 237 (92.97% from 255 or 43.17% from 549); Blue value is 233 (91.41% from 255 or 42.44% from 549); Max value from RGB is 237 - color contains mainly: green. Hex color #4FEDE9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FEDE9 is #B01216. Grayscale: #BDBDBD. Windows color (decimal): -11538967 or 15330639. OLE color: 15330639.
HSL color Cylindrical-coordinate representation of color #4FEDE9: hue angle of 178.48º 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 #4FEDE9 is Cyan = 0.67, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 79 | 237 | 233 | - |
| CMYK | 0.67 | 0 | 0.02 | 0.07 |
| HSL | 178.48º | 0.81% | 0.62% | - |
| HSV(B) | 178.48º | 0.67% | 0.93% | - |
| XYZ | 48.22 | 68.11 | 87.7 | - |
| YUV | 189.3 | 152.65 | 49.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 237 | 233 | 0.67 | 0 | 0.02 | 0.07 | 178.48 | 0.81 | 0.62 |
| Hex | 4F | ED | E9 | 43 | 0 | 2 | 7 | B2 | 51 | 3E |
| Octal | 117 | 355 | 351 | 103 | 0 | 2 | 7 | 262 | 121 | 76 |
| Binary | 1001111 | 11101101 | 11101001 | 1000011 | 0 | 10 | 111 | 10110010 | 1010001 | 111110 |
Color Harmonies of #4FEDE9
Complementary color
Monochromatic Colors of #4FEDE9
Black with #4FEDE9
Text Example
Text Example
White with #4FEDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FEDE9; }
p { color: rgb(79,237,233); }
H1.HeaderClassName
{
color: #4FEDE9;
}
.AnyTagClassName
{
color: #4FEDE9;
}
</style>
background-color css
<style>
a { background-color: #4FEDE9; }
a { background-color: rgb(79,237,233); }
div.DivClassName
{
background-color: #4FEDE9;
}
.BgClassName
{
background-color: #4FEDE9;
}
</style>
border-color css
<style>
span { border-color: #4FEDE9; }
span { border-color: rgb(79,237,233); }
td.TdClassName
{
border-color: #4FEDE9;
}
.TagClassName
{
border-color: #4FEDE9;
}
</style>