Shades of Turquoise #4FFEDD
Tints of Turquoise #4FFEDD
RGB
CMYK
RGB Variations
Color information
#4FFEDD (or 0x4FFEDD) is known color: Turquoise. HEX triplet: 4F, FE and DD. RGB value is (79,254,221). Sum of RGB (Red+Green+Blue) = 79+254+221=554 (73% of max value = 765). Red value is 79 (31.25% from 255 or 14.26% from 554); Green value is 254 (99.61% from 255 or 45.85% from 554); Blue value is 221 (86.72% from 255 or 39.89% from 554); Max value from RGB is 254 - color contains mainly: green. Hex color #4FFEDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FFEDD is #B00122. Grayscale: #C5C5C5. Windows color (decimal): -11534627 or 14548559. OLE color: 14548559.
HSL color Cylindrical-coordinate representation of color #4FFEDD: hue angle of 168.69º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4FFEDD is Cyan = 0.69, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 79 | 254 | 221 | - |
| CMYK | 0.69 | 0 | 0.13 | 0.00 |
| HSL | 168.69º | 0.99% | 0.65% | - |
| HSV(B) | 168.69º | 0.69% | 1% | - |
| XYZ | 51.72 | 77.77 | 80.69 | - |
| YUV | 197.91 | 141.02 | 43.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 254 | 221 | 0.69 | 0 | 0.13 | 0.00 | 168.69 | 0.99 | 0.65 |
| Hex | 4F | FE | DD | 45 | 0 | D | 0 | A9 | 63 | 41 |
| Octal | 117 | 376 | 335 | 105 | 0 | 15 | 0 | 251 | 143 | 101 |
| Binary | 1001111 | 11111110 | 11011101 | 1000101 | 0 | 1101 | 0 | 10101001 | 1100011 | 1000001 |
Color Harmonies of #4FFEDD
Complementary color
Monochromatic Colors of #4FFEDD
Black with #4FFEDD
Text Example
Text Example
White with #4FFEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFEDD; }
p { color: rgb(79,254,221); }
H1.HeaderClassName
{
color: #4FFEDD;
}
.AnyTagClassName
{
color: #4FFEDD;
}
</style>
background-color css
<style>
a { background-color: #4FFEDD; }
a { background-color: rgb(79,254,221); }
div.DivClassName
{
background-color: #4FFEDD;
}
.BgClassName
{
background-color: #4FFEDD;
}
</style>
border-color css
<style>
span { border-color: #4FFEDD; }
span { border-color: rgb(79,254,221); }
td.TdClassName
{
border-color: #4FFEDD;
}
.TagClassName
{
border-color: #4FFEDD;
}
</style>