Shades of Turquoise #4EEDDC
Tints of Turquoise #4EEDDC
RGB
CMYK
RGB Variations
Color information
#4EEDDC (or 0x4EEDDC) is known color: Turquoise. HEX triplet: 4E, ED and DC. RGB value is (78,237,220). Sum of RGB (Red+Green+Blue) = 78+237+220=535 (70% of max value = 765). Red value is 78 (30.86% from 255 or 14.58% from 535); Green value is 237 (92.97% from 255 or 44.30% from 535); Blue value is 220 (86.33% from 255 or 41.12% from 535); Max value from RGB is 237 - color contains mainly: green. Hex color #4EEDDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EEDDC is #B11223. Grayscale: #BBBBBB. Windows color (decimal): -11604516 or 14478670. OLE color: 14478670.
HSL color Cylindrical-coordinate representation of color #4EEDDC: hue angle of 173.58º degrees, saturation: 0.82, 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 #4EEDDC is Cyan = 0.67, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 78 | 237 | 220 | - |
| CMYK | 0.67 | 0 | 0.07 | 0.07 |
| HSL | 173.58º | 0.82% | 0.62% | - |
| HSV(B) | 173.58º | 0.67% | 0.93% | - |
| XYZ | 46.34 | 67.36 | 78.27 | - |
| YUV | 187.52 | 146.32 | 49.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 237 | 220 | 0.67 | 0 | 0.07 | 0.07 | 173.58 | 0.82 | 0.62 |
| Hex | 4E | ED | DC | 43 | 0 | 7 | 7 | AE | 52 | 3E |
| Octal | 116 | 355 | 334 | 103 | 0 | 7 | 7 | 256 | 122 | 76 |
| Binary | 1001110 | 11101101 | 11011100 | 1000011 | 0 | 111 | 111 | 10101110 | 1010010 | 111110 |
Color Harmonies of #4EEDDC
Complementary color
Monochromatic Colors of #4EEDDC
Black with #4EEDDC
Text Example
Text Example
White with #4EEDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EEDDC; }
p { color: rgb(78,237,220); }
H1.HeaderClassName
{
color: #4EEDDC;
}
.AnyTagClassName
{
color: #4EEDDC;
}
</style>
background-color css
<style>
a { background-color: #4EEDDC; }
a { background-color: rgb(78,237,220); }
div.DivClassName
{
background-color: #4EEDDC;
}
.BgClassName
{
background-color: #4EEDDC;
}
</style>
border-color css
<style>
span { border-color: #4EEDDC; }
span { border-color: rgb(78,237,220); }
td.TdClassName
{
border-color: #4EEDDC;
}
.TagClassName
{
border-color: #4EEDDC;
}
</style>