#4EEEDC

Color #4EEEDC Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #4EEEDC

Tints of Turquoise #4EEEDC

Color information

#4EEEDC (or 0x4EEEDC) is unknown color: approx Turquoise. HEX triplet: 4E, EE and DC. RGB value is (78,238,220). Sum of RGB (Red+Green+Blue) = 78+238+220=536 (70% of max value = 765). Red value is 78 (30.86% from 255 or 14.55% from 536); Green value is 238 (93.36% from 255 or 44.40% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 238 - color contains mainly: green. Hex color #4EEEDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EEEDC is #B11123. Grayscale: #BCBCBC. Windows color (decimal): -11604260 or 14478926. OLE color: 14478926.

HSL color Cylindrical-coordinate representation of color #4EEEDC: hue angle of 173.25º 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 #4EEEDC is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB78238220-
CMYK0.6700.080.07
HSL173.25º82.47%61.96%-
HSV(B)173.25º67.23%93.33%-
XYZ46.6367.9478.37-
YUV188.11145.9949.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 78 (30.86% from 255) = 14.55%
GREEN value IS 238 (93.36% from 255) = 44.40%
BLUE value IS 220 (86.33% from 255) = 41.04%
R=14.55%
G=44.40%
B=41.04%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal782382200.6700.080.07173.2582.4761.96
Hex4EEEDC43087ad523e
Octal116356334103010725512276
Binary10011101110111011011100100001101000111101011011010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EEEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4EEEDC; }

 p { color: rgb(78,238,220); }

 H1.HeaderClassName
 {
   color: #4EEEDC;
 }
 .AnyTagClassName
 {
   color: #4EEEDC;
 }
</style>
background-color css

<style>
 a { background-color: #4EEEDC; }

 a { background-color: rgb(78,238,220); }

 div.DivClassName
 {
   background-color: #4EEEDC;
 }
 .BgClassName
 {
   background-color: #4EEEDC;
 }
</style>
border-color css

<style>
 span { border-color: #4EEEDC; }

 span { border-color: rgb(78,238,220); }

 td.TdClassName
 {
   border-color: #4EEEDC;
 }
 .TagClassName
 {
   border-color: #4EEEDC;
 }
</style>