Shades of Turquoise #4EFFDD
Tints of Turquoise #4EFFDD
RGB
CMYK
RGB Variations
Color information
#4EFFDD (or 0x4EFFDD) is known color: Turquoise. HEX triplet: 4E, FF and DD. RGB value is (78,255,221). Sum of RGB (Red+Green+Blue) = 78+255+221=554 (73% of max value = 765). Red value is 78 (30.86% from 255 or 14.08% from 554); Green value is 255 (100% from 255 or 46.03% from 554); Blue value is 221 (86.72% from 255 or 39.89% from 554); Max value from RGB is 255 - color contains mainly: green. Hex color #4EFFDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EFFDD is #B10022. Grayscale: #C6C6C6. Windows color (decimal): -11599907 or 14548814. OLE color: 14548814.
HSL color Cylindrical-coordinate representation of color #4EFFDD: hue angle of 168.47º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EFFDD is Cyan = 0.69, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 78 | 255 | 221 | - |
| CMYK | 0.69 | 0 | 0.13 | 0 |
| HSL | 168.47º | 1% | 0.65% | - |
| HSV(B) | 168.47º | 0.69% | 1% | - |
| XYZ | 51.95 | 78.36 | 80.79 | - |
| YUV | 198.2 | 140.86 | 42.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 255 | 221 | 0.69 | 0 | 0.13 | 0 | 168.47 | 1 | 0.65 |
| Hex | 4E | FF | DD | 45 | 0 | D | 0 | A8 | 64 | 41 |
| Octal | 116 | 377 | 335 | 105 | 0 | 15 | 0 | 250 | 144 | 101 |
| Binary | 1001110 | 11111111 | 11011101 | 1000101 | 0 | 1101 | 0 | 10101000 | 1100100 | 1000001 |
Color Harmonies of #4EFFDD
Complementary color
Monochromatic Colors of #4EFFDD
Black with #4EFFDD
Text Example
Text Example
White with #4EFFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EFFDD; }
p { color: rgb(78,255,221); }
H1.HeaderClassName
{
color: #4EFFDD;
}
.AnyTagClassName
{
color: #4EFFDD;
}
</style>
background-color css
<style>
a { background-color: #4EFFDD; }
a { background-color: rgb(78,255,221); }
div.DivClassName
{
background-color: #4EFFDD;
}
.BgClassName
{
background-color: #4EFFDD;
}
</style>
border-color css
<style>
span { border-color: #4EFFDD; }
span { border-color: rgb(78,255,221); }
td.TdClassName
{
border-color: #4EFFDD;
}
.TagClassName
{
border-color: #4EFFDD;
}
</style>