Shades of Turquoise #4FEDEB
Tints of Turquoise #4FEDEB
RGB
CMYK
RGB Variations
Color information
#4FEDEB (or 0x4FEDEB) is known color: Turquoise. HEX triplet: 4F, ED and EB. RGB value is (79,237,235). Sum of RGB (Red+Green+Blue) = 79+237+235=551 (72% of max value = 765). Red value is 79 (31.25% from 255 or 14.34% from 551); Green value is 237 (92.97% from 255 or 43.01% from 551); Blue value is 235 (92.19% from 255 or 42.65% from 551); Max value from RGB is 237 - color contains mainly: green. Hex color #4FEDEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FEDEB is #B01214. Grayscale: #BDBDBD. Windows color (decimal): -11538965 or 15461711. OLE color: 15461711.
HSL color Cylindrical-coordinate representation of color #4FEDEB: hue angle of 179.24º 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 #4FEDEB is Cyan = 0.67, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 79 | 237 | 235 | - |
| CMYK | 0.67 | 0 | 0.01 | 0.07 |
| HSL | 179.24º | 0.81% | 0.62% | - |
| HSV(B) | 179.24º | 0.67% | 0.93% | - |
| XYZ | 48.5 | 68.23 | 89.21 | - |
| YUV | 189.53 | 153.65 | 49.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 237 | 235 | 0.67 | 0 | 0.01 | 0.07 | 179.24 | 0.81 | 0.62 |
| Hex | 4F | ED | EB | 43 | 0 | 1 | 7 | B3 | 51 | 3E |
| Octal | 117 | 355 | 353 | 103 | 0 | 1 | 7 | 263 | 121 | 76 |
| Binary | 1001111 | 11101101 | 11101011 | 1000011 | 0 | 1 | 111 | 10110011 | 1010001 | 111110 |
Color Harmonies of #4FEDEB
Complementary color
Monochromatic Colors of #4FEDEB
Black with #4FEDEB
Text Example
Text Example
White with #4FEDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FEDEB; }
p { color: rgb(79,237,235); }
H1.HeaderClassName
{
color: #4FEDEB;
}
.AnyTagClassName
{
color: #4FEDEB;
}
</style>
background-color css
<style>
a { background-color: #4FEDEB; }
a { background-color: rgb(79,237,235); }
div.DivClassName
{
background-color: #4FEDEB;
}
.BgClassName
{
background-color: #4FEDEB;
}
</style>
border-color css
<style>
span { border-color: #4FEDEB; }
span { border-color: rgb(79,237,235); }
td.TdClassName
{
border-color: #4FEDEB;
}
.TagClassName
{
border-color: #4FEDEB;
}
</style>