Shades of Turquoise #4FEDCD
Tints of Turquoise #4FEDCD
RGB
CMYK
RGB Variations
Color information
#4FEDCD (or 0x4FEDCD) is known color: Turquoise. HEX triplet: 4F, ED and CD. RGB value is (79,237,205). Sum of RGB (Red+Green+Blue) = 79+237+205=521 (69% of max value = 765). Red value is 79 (31.25% from 255 or 15.16% from 521); Green value is 237 (92.97% from 255 or 45.49% from 521); Blue value is 205 (80.47% from 255 or 39.35% from 521); Max value from RGB is 237 - color contains mainly: green. Hex color #4FEDCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FEDCD is #B01232. Grayscale: #BABABA. Windows color (decimal): -11538995 or 13495631. OLE color: 13495631.
HSL color Cylindrical-coordinate representation of color #4FEDCD: hue angle of 167.85º 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 #4FEDCD is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 79 | 237 | 205 | - |
| CMYK | 0.67 | 0 | 0.14 | 0.07 |
| HSL | 167.85º | 0.81% | 0.62% | - |
| HSV(B) | 167.85º | 0.67% | 0.93% | - |
| XYZ | 44.53 | 66.64 | 68.27 | - |
| YUV | 186.11 | 138.65 | 51.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 237 | 205 | 0.67 | 0 | 0.14 | 0.07 | 167.85 | 0.81 | 0.62 |
| Hex | 4F | ED | CD | 43 | 0 | E | 7 | A8 | 51 | 3E |
| Octal | 117 | 355 | 315 | 103 | 0 | 16 | 7 | 250 | 121 | 76 |
| Binary | 1001111 | 11101101 | 11001101 | 1000011 | 0 | 1110 | 111 | 10101000 | 1010001 | 111110 |
Color Harmonies of #4FEDCD
Complementary color
Monochromatic Colors of #4FEDCD
Black with #4FEDCD
Text Example
Text Example
White with #4FEDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FEDCD; }
p { color: rgb(79,237,205); }
H1.HeaderClassName
{
color: #4FEDCD;
}
.AnyTagClassName
{
color: #4FEDCD;
}
</style>
background-color css
<style>
a { background-color: #4FEDCD; }
a { background-color: rgb(79,237,205); }
div.DivClassName
{
background-color: #4FEDCD;
}
.BgClassName
{
background-color: #4FEDCD;
}
</style>
border-color css
<style>
span { border-color: #4FEDCD; }
span { border-color: rgb(79,237,205); }
td.TdClassName
{
border-color: #4FEDCD;
}
.TagClassName
{
border-color: #4FEDCD;
}
</style>