Shades of Turquoise #4FEDE8
Tints of Turquoise #4FEDE8
RGB
CMYK
RGB Variations
Color information
#4FEDE8 (or 0x4FEDE8) is known color: Turquoise. HEX triplet: 4F, ED and E8. RGB value is (79,237,232). Sum of RGB (Red+Green+Blue) = 79+237+232=548 (72% of max value = 765). Red value is 79 (31.25% from 255 or 14.42% from 548); Green value is 237 (92.97% from 255 or 43.25% from 548); Blue value is 232 (91.02% from 255 or 42.34% from 548); Max value from RGB is 237 - color contains mainly: green. Hex color #4FEDE8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FEDE8 is #B01217. Grayscale: #BDBDBD. Windows color (decimal): -11538968 or 15265103. OLE color: 15265103.
HSL color Cylindrical-coordinate representation of color #4FEDE8: hue angle of 178.1º 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 #4FEDE8 is Cyan = 0.67, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 79 | 237 | 232 | - |
| CMYK | 0.67 | 0 | 0.02 | 0.07 |
| HSL | 178.1º | 0.81% | 0.62% | - |
| HSV(B) | 178.1º | 0.67% | 0.93% | - |
| XYZ | 48.07 | 68.06 | 86.95 | - |
| YUV | 189.19 | 152.15 | 49.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 237 | 232 | 0.67 | 0 | 0.02 | 0.07 | 178.1 | 0.81 | 0.62 |
| Hex | 4F | ED | E8 | 43 | 0 | 2 | 7 | B2 | 51 | 3E |
| Octal | 117 | 355 | 350 | 103 | 0 | 2 | 7 | 262 | 121 | 76 |
| Binary | 1001111 | 11101101 | 11101000 | 1000011 | 0 | 10 | 111 | 10110010 | 1010001 | 111110 |
Color Harmonies of #4FEDE8
Complementary color
Monochromatic Colors of #4FEDE8
Black with #4FEDE8
Text Example
Text Example
White with #4FEDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FEDE8; }
p { color: rgb(79,237,232); }
H1.HeaderClassName
{
color: #4FEDE8;
}
.AnyTagClassName
{
color: #4FEDE8;
}
</style>
background-color css
<style>
a { background-color: #4FEDE8; }
a { background-color: rgb(79,237,232); }
div.DivClassName
{
background-color: #4FEDE8;
}
.BgClassName
{
background-color: #4FEDE8;
}
</style>
border-color css
<style>
span { border-color: #4FEDE8; }
span { border-color: rgb(79,237,232); }
td.TdClassName
{
border-color: #4FEDE8;
}
.TagClassName
{
border-color: #4FEDE8;
}
</style>