Shades of Turquoise #4FEDE7
Tints of Turquoise #4FEDE7
RGB
CMYK
RGB Variations
Color information
#4FEDE7 (or 0x4FEDE7) is known color: Turquoise. HEX triplet: 4F, ED and E7. RGB value is (79,237,231). Sum of RGB (Red+Green+Blue) = 79+237+231=547 (72% of max value = 765). Red value is 79 (31.25% from 255 or 14.44% from 547); Green value is 237 (92.97% from 255 or 43.33% from 547); Blue value is 231 (90.62% from 255 or 42.23% from 547); Max value from RGB is 237 - color contains mainly: green. Hex color #4FEDE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FEDE7 is #B01218. Grayscale: #BCBCBC. Windows color (decimal): -11538969 or 15199567. OLE color: 15199567.
HSL color Cylindrical-coordinate representation of color #4FEDE7: hue angle of 177.72º 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 #4FEDE7 is Cyan = 0.67, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 79 | 237 | 231 | - |
| CMYK | 0.67 | 0 | 0.03 | 0.07 |
| HSL | 177.72º | 0.81% | 0.62% | - |
| HSV(B) | 177.72º | 0.67% | 0.93% | - |
| XYZ | 47.93 | 68 | 86.2 | - |
| YUV | 189.07 | 151.65 | 49.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 237 | 231 | 0.67 | 0 | 0.03 | 0.07 | 177.72 | 0.81 | 0.62 |
| Hex | 4F | ED | E7 | 43 | 0 | 3 | 7 | B2 | 51 | 3E |
| Octal | 117 | 355 | 347 | 103 | 0 | 3 | 7 | 262 | 121 | 76 |
| Binary | 1001111 | 11101101 | 11100111 | 1000011 | 0 | 11 | 111 | 10110010 | 1010001 | 111110 |
Color Harmonies of #4FEDE7
Complementary color
Monochromatic Colors of #4FEDE7
Black with #4FEDE7
Text Example
Text Example
White with #4FEDE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FEDE7; }
p { color: rgb(79,237,231); }
H1.HeaderClassName
{
color: #4FEDE7;
}
.AnyTagClassName
{
color: #4FEDE7;
}
</style>
background-color css
<style>
a { background-color: #4FEDE7; }
a { background-color: rgb(79,237,231); }
div.DivClassName
{
background-color: #4FEDE7;
}
.BgClassName
{
background-color: #4FEDE7;
}
</style>
border-color css
<style>
span { border-color: #4FEDE7; }
span { border-color: rgb(79,237,231); }
td.TdClassName
{
border-color: #4FEDE7;
}
.TagClassName
{
border-color: #4FEDE7;
}
</style>