Shades of Turquoise #4FEDC8
Tints of Turquoise #4FEDC8
RGB
CMYK
RGB Variations
Color information
#4FEDC8 (or 0x4FEDC8) is known color: Turquoise. HEX triplet: 4F, ED and C8. RGB value is (79,237,200). Sum of RGB (Red+Green+Blue) = 79+237+200=516 (68% of max value = 765). Red value is 79 (31.25% from 255 or 15.31% from 516); Green value is 237 (92.97% from 255 or 45.93% from 516); Blue value is 200 (78.52% from 255 or 38.76% from 516); Max value from RGB is 237 - color contains mainly: green. Hex color #4FEDC8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FEDC8 is #B01237. Grayscale: #B9B9B9. Windows color (decimal): -11539000 or 13167951. OLE color: 13167951.
HSL color Cylindrical-coordinate representation of color #4FEDC8: hue angle of 165.95º 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 #4FEDC8 is Cyan = 0.67, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 79 | 237 | 200 | - |
| CMYK | 0.67 | 0 | 0.16 | 0.07 |
| HSL | 165.95º | 0.81% | 0.62% | - |
| HSV(B) | 165.95º | 0.67% | 0.93% | - |
| XYZ | 43.93 | 66.4 | 65.14 | - |
| YUV | 185.54 | 136.15 | 52.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 237 | 200 | 0.67 | 0 | 0.16 | 0.07 | 165.95 | 0.81 | 0.62 |
| Hex | 4F | ED | C8 | 43 | 0 | 10 | 7 | A6 | 51 | 3E |
| Octal | 117 | 355 | 310 | 103 | 0 | 20 | 7 | 246 | 121 | 76 |
| Binary | 1001111 | 11101101 | 11001000 | 1000011 | 0 | 10000 | 111 | 10100110 | 1010001 | 111110 |
Color Harmonies of #4FEDC8
Complementary color
Monochromatic Colors of #4FEDC8
Black with #4FEDC8
Text Example
Text Example
White with #4FEDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FEDC8; }
p { color: rgb(79,237,200); }
H1.HeaderClassName
{
color: #4FEDC8;
}
.AnyTagClassName
{
color: #4FEDC8;
}
</style>
background-color css
<style>
a { background-color: #4FEDC8; }
a { background-color: rgb(79,237,200); }
div.DivClassName
{
background-color: #4FEDC8;
}
.BgClassName
{
background-color: #4FEDC8;
}
</style>
border-color css
<style>
span { border-color: #4FEDC8; }
span { border-color: rgb(79,237,200); }
td.TdClassName
{
border-color: #4FEDC8;
}
.TagClassName
{
border-color: #4FEDC8;
}
</style>