Shades of Turquoise #4EDECE
Tints of Turquoise #4EDECE
RGB
CMYK
RGB Variations
Color information
#4EDECE (or 0x4EDECE) is known color: Turquoise. HEX triplet: 4E, DE and CE. RGB value is (78,222,206). Sum of RGB (Red+Green+Blue) = 78+222+206=506 (67% of max value = 765). Red value is 78 (30.86% from 255 or 15.42% from 506); Green value is 222 (87.11% from 255 or 43.87% from 506); Blue value is 206 (80.86% from 255 or 40.71% from 506); Max value from RGB is 222 - color contains mainly: green. Hex color #4EDECE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EDECE is #B12131. Grayscale: #B1B1B1. Windows color (decimal): -11608370 or 13557326. OLE color: 13557326.
HSL color Cylindrical-coordinate representation of color #4EDECE: hue angle of 173.33º 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 #4EDECE is Cyan = 0.65, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 78 | 222 | 206 | - |
| CMYK | 0.65 | 0 | 0.07 | 0.13 |
| HSL | 173.33º | 0.69% | 0.59% | - |
| HSV(B) | 173.33º | 0.65% | 0.87% | - |
| XYZ | 40.4 | 58.32 | 67.52 | - |
| YUV | 177.12 | 144.29 | 57.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 222 | 206 | 0.65 | 0 | 0.07 | 0.13 | 173.33 | 0.69 | 0.59 |
| Hex | 4E | DE | CE | 41 | 0 | 7 | D | AD | 45 | 3B |
| Octal | 116 | 336 | 316 | 101 | 0 | 7 | 15 | 255 | 105 | 73 |
| Binary | 1001110 | 11011110 | 11001110 | 1000001 | 0 | 111 | 1101 | 10101101 | 1000101 | 111011 |
Color Harmonies of #4EDECE
Complementary color
Monochromatic Colors of #4EDECE
Black with #4EDECE
Text Example
Text Example
White with #4EDECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDECE; }
p { color: rgb(78,222,206); }
H1.HeaderClassName
{
color: #4EDECE;
}
.AnyTagClassName
{
color: #4EDECE;
}
</style>
background-color css
<style>
a { background-color: #4EDECE; }
a { background-color: rgb(78,222,206); }
div.DivClassName
{
background-color: #4EDECE;
}
.BgClassName
{
background-color: #4EDECE;
}
</style>
border-color css
<style>
span { border-color: #4EDECE; }
span { border-color: rgb(78,222,206); }
td.TdClassName
{
border-color: #4EDECE;
}
.TagClassName
{
border-color: #4EDECE;
}
</style>