Shades of Turquoise #4FEDED
Tints of Turquoise #4FEDED
RGB
CMYK
RGB Variations
Color information
#4FEDED (or 0x4FEDED) is known color: Turquoise. HEX triplet: 4F, ED and ED. RGB value is (79,237,237). Sum of RGB (Red+Green+Blue) = 79+237+237=553 (73% of max value = 765). Red value is 79 (31.25% from 255 or 14.29% from 553); Green value is 237 (92.97% from 255 or 42.86% from 553); Blue value is 237 (92.97% from 255 or 42.86% from 553); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #4FEDED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FEDED is #B01212. Grayscale: #BDBDBD. Windows color (decimal): -11538963 or 15592783. OLE color: 15592783.
HSL color Cylindrical-coordinate representation of color #4FEDED: hue angle of 180º 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 #4FEDED is Cyan = 0.67, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 79 | 237 | 237 | - |
| CMYK | 0.67 | 0 | 0 | 0.07 |
| HSL | 180º | 0.81% | 0.62% | - |
| HSV(B) | 180º | 0.67% | 0.93% | - |
| XYZ | 48.79 | 68.35 | 90.74 | - |
| YUV | 189.76 | 154.65 | 49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 237 | 237 | 0.67 | 0 | 0 | 0.07 | 180 | 0.81 | 0.62 |
| Hex | 4F | ED | ED | 43 | 0 | 0 | 7 | B4 | 51 | 3E |
| Octal | 117 | 355 | 355 | 103 | 0 | 0 | 7 | 264 | 121 | 76 |
| Binary | 1001111 | 11101101 | 11101101 | 1000011 | 0 | 0 | 111 | 10110100 | 1010001 | 111110 |
Color Harmonies of #4FEDED
Complementary color
Monochromatic Colors of #4FEDED
Black with #4FEDED
Text Example
Text Example
White with #4FEDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FEDED; }
p { color: rgb(79,237,237); }
H1.HeaderClassName
{
color: #4FEDED;
}
.AnyTagClassName
{
color: #4FEDED;
}
</style>
background-color css
<style>
a { background-color: #4FEDED; }
a { background-color: rgb(79,237,237); }
div.DivClassName
{
background-color: #4FEDED;
}
.BgClassName
{
background-color: #4FEDED;
}
</style>
border-color css
<style>
span { border-color: #4FEDED; }
span { border-color: rgb(79,237,237); }
td.TdClassName
{
border-color: #4FEDED;
}
.TagClassName
{
border-color: #4FEDED;
}
</style>