Shades of Turquoise #4FEDDD
Tints of Turquoise #4FEDDD
RGB
CMYK
RGB Variations
Color information
#4FEDDD (or 0x4FEDDD) is known color: Turquoise. HEX triplet: 4F, ED and DD. RGB value is (79,237,221). Sum of RGB (Red+Green+Blue) = 79+237+221=537 (71% of max value = 765). Red value is 79 (31.25% from 255 or 14.71% from 537); Green value is 237 (92.97% from 255 or 44.13% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 237 - color contains mainly: green. Hex color #4FEDDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FEDDD is #B01222. Grayscale: #BBBBBB. Windows color (decimal): -11538979 or 14544207. OLE color: 14544207.
HSL color Cylindrical-coordinate representation of color #4FEDDD: hue angle of 173.92º 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 #4FEDDD is Cyan = 0.67, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 79 | 237 | 221 | - |
| CMYK | 0.67 | 0 | 0.07 | 0.07 |
| HSL | 173.92º | 0.81% | 0.62% | - |
| HSV(B) | 173.92º | 0.67% | 0.93% | - |
| XYZ | 46.56 | 67.45 | 78.97 | - |
| YUV | 187.93 | 146.65 | 50.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 237 | 221 | 0.67 | 0 | 0.07 | 0.07 | 173.92 | 0.81 | 0.62 |
| Hex | 4F | ED | DD | 43 | 0 | 7 | 7 | AE | 51 | 3E |
| Octal | 117 | 355 | 335 | 103 | 0 | 7 | 7 | 256 | 121 | 76 |
| Binary | 1001111 | 11101101 | 11011101 | 1000011 | 0 | 111 | 111 | 10101110 | 1010001 | 111110 |
Color Harmonies of #4FEDDD
Complementary color
Monochromatic Colors of #4FEDDD
Black with #4FEDDD
Text Example
Text Example
White with #4FEDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FEDDD; }
p { color: rgb(79,237,221); }
H1.HeaderClassName
{
color: #4FEDDD;
}
.AnyTagClassName
{
color: #4FEDDD;
}
</style>
background-color css
<style>
a { background-color: #4FEDDD; }
a { background-color: rgb(79,237,221); }
div.DivClassName
{
background-color: #4FEDDD;
}
.BgClassName
{
background-color: #4FEDDD;
}
</style>
border-color css
<style>
span { border-color: #4FEDDD; }
span { border-color: rgb(79,237,221); }
td.TdClassName
{
border-color: #4FEDDD;
}
.TagClassName
{
border-color: #4FEDDD;
}
</style>