Shades of Turquoise #4EDFDD
Tints of Turquoise #4EDFDD
RGB
CMYK
RGB Variations
Color information
#4EDFDD (or 0x4EDFDD) is known color: Turquoise. HEX triplet: 4E, DF and DD. RGB value is (78,223,221). Sum of RGB (Red+Green+Blue) = 78+223+221=522 (69% of max value = 765). Red value is 78 (30.86% from 255 or 14.94% from 522); Green value is 223 (87.5% from 255 or 42.72% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 223 - color contains mainly: green. Hex color #4EDFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EDFDD is #B12022. Grayscale: #B3B3B3. Windows color (decimal): -11608099 or 14540622. OLE color: 14540622.
HSL color Cylindrical-coordinate representation of color #4EDFDD: hue angle of 179.17º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4EDFDD is Cyan = 0.65, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 78 | 223 | 221 | - |
| CMYK | 0.65 | 0 | 0.01 | 0.13 |
| HSL | 179.17º | 0.69% | 0.59% | - |
| HSV(B) | 179.17º | 0.65% | 0.87% | - |
| XYZ | 42.58 | 59.62 | 77.67 | - |
| YUV | 179.42 | 151.46 | 55.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 223 | 221 | 0.65 | 0 | 0.01 | 0.13 | 179.17 | 0.69 | 0.59 |
| Hex | 4E | DF | DD | 41 | 0 | 1 | D | B3 | 45 | 3B |
| Octal | 116 | 337 | 335 | 101 | 0 | 1 | 15 | 263 | 105 | 73 |
| Binary | 1001110 | 11011111 | 11011101 | 1000001 | 0 | 1 | 1101 | 10110011 | 1000101 | 111011 |
Color Harmonies of #4EDFDD
Complementary color
Monochromatic Colors of #4EDFDD
Black with #4EDFDD
Text Example
Text Example
White with #4EDFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDFDD; }
p { color: rgb(78,223,221); }
H1.HeaderClassName
{
color: #4EDFDD;
}
.AnyTagClassName
{
color: #4EDFDD;
}
</style>
background-color css
<style>
a { background-color: #4EDFDD; }
a { background-color: rgb(78,223,221); }
div.DivClassName
{
background-color: #4EDFDD;
}
.BgClassName
{
background-color: #4EDFDD;
}
</style>
border-color css
<style>
span { border-color: #4EDFDD; }
span { border-color: rgb(78,223,221); }
td.TdClassName
{
border-color: #4EDFDD;
}
.TagClassName
{
border-color: #4EDFDD;
}
</style>