#4EDDCA

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

Shades of Turquoise #4EDDCA

Tints of Turquoise #4EDDCA

Color information

#4EDDCA (or 0x4EDDCA) is unknown color: approx Turquoise. HEX triplet: 4E, DD and CA. RGB value is (78,221,202). Sum of RGB (Red+Green+Blue) = 78+221+202=501 (66% of max value = 765). Red value is 78 (30.86% from 255 or 15.57% from 501); Green value is 221 (86.72% from 255 or 44.11% from 501); Blue value is 202 (79.30% from 255 or 40.32% from 501); Max value from RGB is 221 - color contains mainly: green. Hex color #4EDDCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EDDCA is #B12235. Grayscale: #B0B0B0. Windows color (decimal): -11608630 or 13294926. OLE color: 13294926.

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

Color convert

RGB78221202-
CMYK0.6500.090.13
HSL172.03º67.77%58.63%-
HSV(B)172.03º64.71%86.67%-
XYZ39.6657.664.9-
YUV176.08142.6258.04-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 15.57%
GREEN value IS 221 (86.72% from 255) = 44.11%
BLUE value IS 202 (79.30% from 255) = 40.32%
R=15.57%
G=44.11%
B=40.32%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal782212020.6500.090.13172.0367.7758.63
Hex4EDDCA4109Dac443b
Octal1163353121010111525410473
Binary100111011011101110010101000001010011101101011001000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EDDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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