Shades of Turquoise #4EE4DD
Tints of Turquoise #4EE4DD
RGB
CMYK
RGB Variations
Color information
#4EE4DD (or 0x4EE4DD) is known color: Turquoise. HEX triplet: 4E, E4 and DD. RGB value is (78,228,221). Sum of RGB (Red+Green+Blue) = 78+228+221=527 (69% of max value = 765). Red value is 78 (30.86% from 255 or 14.80% from 527); Green value is 228 (89.45% from 255 or 43.26% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 228 - color contains mainly: green. Hex color #4EE4DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EE4DD is #B11B22. Grayscale: #B6B6B6. Windows color (decimal): -11606819 or 14541902. OLE color: 14541902.
HSL color Cylindrical-coordinate representation of color #4EE4DD: hue angle of 177.2º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4EE4DD is Cyan = 0.66, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 78 | 228 | 221 | - |
| CMYK | 0.66 | 0 | 0.03 | 0.11 |
| HSL | 177.2º | 0.74% | 0.6% | - |
| HSV(B) | 177.2º | 0.66% | 0.89% | - |
| XYZ | 43.94 | 62.33 | 78.12 | - |
| YUV | 182.35 | 149.81 | 53.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 228 | 221 | 0.66 | 0 | 0.03 | 0.11 | 177.2 | 0.74 | 0.6 |
| Hex | 4E | E4 | DD | 42 | 0 | 3 | B | B1 | 4A | 3C |
| Octal | 116 | 344 | 335 | 102 | 0 | 3 | 13 | 261 | 112 | 74 |
| Binary | 1001110 | 11100100 | 11011101 | 1000010 | 0 | 11 | 1011 | 10110001 | 1001010 | 111100 |
Color Harmonies of #4EE4DD
Complementary color
Monochromatic Colors of #4EE4DD
Black with #4EE4DD
Text Example
Text Example
White with #4EE4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EE4DD; }
p { color: rgb(78,228,221); }
H1.HeaderClassName
{
color: #4EE4DD;
}
.AnyTagClassName
{
color: #4EE4DD;
}
</style>
background-color css
<style>
a { background-color: #4EE4DD; }
a { background-color: rgb(78,228,221); }
div.DivClassName
{
background-color: #4EE4DD;
}
.BgClassName
{
background-color: #4EE4DD;
}
</style>
border-color css
<style>
span { border-color: #4EE4DD; }
span { border-color: rgb(78,228,221); }
td.TdClassName
{
border-color: #4EE4DD;
}
.TagClassName
{
border-color: #4EE4DD;
}
</style>