#4EDDCC

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

Shades of Turquoise #4EDDCC

Tints of Turquoise #4EDDCC

Color information

#4EDDCC (or 0x4EDDCC) is unknown color: approx Turquoise. HEX triplet: 4E, DD and CC. RGB value is (78,221,204). Sum of RGB (Red+Green+Blue) = 78+221+204=503 (66% of max value = 765). Red value is 78 (30.86% from 255 or 15.51% from 503); Green value is 221 (86.72% from 255 or 43.94% from 503); Blue value is 204 (80.08% from 255 or 40.56% from 503); Max value from RGB is 221 - color contains mainly: green. Hex color #4EDDCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EDDCC is #B12233. Grayscale: #B0B0B0. Windows color (decimal): -11608628 or 13425998. OLE color: 13425998.

HSL color Cylindrical-coordinate representation of color #4EDDCC: hue angle of 172.87º degrees, saturation: 0.68, 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 #4EDDCC is Cyan = 0.65, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB78221204-
CMYK0.6500.080.13
HSL172.87º67.77%58.63%-
HSV(B)172.87º64.71%86.67%-
XYZ39.957.6966.16-
YUV176.3143.6257.88-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 15.51%
GREEN value IS 221 (86.72% from 255) = 43.94%
BLUE value IS 204 (80.08% from 255) = 40.56%
R=15.51%
G=43.94%
B=40.56%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal782212040.6500.080.13172.8767.7758.63
Hex4EDDCC4108Dad443b
Octal1163353141010101525510473
Binary100111011011101110011001000001010001101101011011000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EDDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,221,204); }

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

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

 a { background-color: rgb(78,221,204); }

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

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

 span { border-color: rgb(78,221,204); }

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