Shades of Turquoise #4EFEDD
Tints of Turquoise #4EFEDD
RGB
CMYK
RGB Variations
Color information
#4EFEDD (or 0x4EFEDD) is known color: Turquoise. HEX triplet: 4E, FE and DD. RGB value is (78,254,221). Sum of RGB (Red+Green+Blue) = 78+254+221=553 (73% of max value = 765). Red value is 78 (30.86% from 255 or 14.10% from 553); Green value is 254 (99.61% from 255 or 45.93% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 254 - color contains mainly: green. Hex color #4EFEDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EFEDD is #B10122. Grayscale: #C5C5C5. Windows color (decimal): -11600163 or 14548558. OLE color: 14548558.
HSL color Cylindrical-coordinate representation of color #4EFEDD: hue angle of 168.75º 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 #4EFEDD is Cyan = 0.69, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 78 | 254 | 221 | - |
| CMYK | 0.69 | 0 | 0.13 | 0.00 |
| HSL | 168.75º | 0.99% | 0.65% | - |
| HSV(B) | 168.75º | 0.69% | 1% | - |
| XYZ | 51.63 | 77.72 | 80.69 | - |
| YUV | 197.61 | 141.19 | 42.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 254 | 221 | 0.69 | 0 | 0.13 | 0.00 | 168.75 | 0.99 | 0.65 |
| Hex | 4E | FE | DD | 45 | 0 | D | 0 | A9 | 63 | 41 |
| Octal | 116 | 376 | 335 | 105 | 0 | 15 | 0 | 251 | 143 | 101 |
| Binary | 1001110 | 11111110 | 11011101 | 1000101 | 0 | 1101 | 0 | 10101001 | 1100011 | 1000001 |
Color Harmonies of #4EFEDD
Complementary color
Monochromatic Colors of #4EFEDD
Black with #4EFEDD
Text Example
Text Example
White with #4EFEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EFEDD; }
p { color: rgb(78,254,221); }
H1.HeaderClassName
{
color: #4EFEDD;
}
.AnyTagClassName
{
color: #4EFEDD;
}
</style>
background-color css
<style>
a { background-color: #4EFEDD; }
a { background-color: rgb(78,254,221); }
div.DivClassName
{
background-color: #4EFEDD;
}
.BgClassName
{
background-color: #4EFEDD;
}
</style>
border-color css
<style>
span { border-color: #4EFEDD; }
span { border-color: rgb(78,254,221); }
td.TdClassName
{
border-color: #4EFEDD;
}
.TagClassName
{
border-color: #4EFEDD;
}
</style>