#4EDFD3

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

Shades of Turquoise #4EDFD3

Tints of Turquoise #4EDFD3

Color information

#4EDFD3 (or 0x4EDFD3) is unknown color: approx Turquoise. HEX triplet: 4E, DF and D3. RGB value is (78,223,211). Sum of RGB (Red+Green+Blue) = 78+223+211=512 (67% of max value = 765). Red value is 78 (30.86% from 255 or 15.23% from 512); Green value is 223 (87.5% from 255 or 43.55% from 512); Blue value is 211 (82.81% from 255 or 41.21% from 512); Max value from RGB is 223 - color contains mainly: green. Hex color #4EDFD3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EDFD3 is #B1202C. Grayscale: #B2B2B2. Windows color (decimal): -11608109 or 13885262. OLE color: 13885262.

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

Color convert

RGB78223211-
CMYK0.6500.050.13
HSL175.03º69.38%59.02%-
HSV(B)175.03º65.02%87.45%-
XYZ41.2959.170.86-
YUV178.28146.4656.48-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 15.23%
GREEN value IS 223 (87.5% from 255) = 43.55%
BLUE value IS 211 (82.81% from 255) = 41.21%
R=15.23%
G=43.55%
B=41.21%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal782232110.6500.050.13175.0369.3859.02
Hex4EDFD34105Daf453b
Octal116337323101051525710573
Binary10011101101111111010011100000101011101101011111000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EDFD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,223,211); }

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

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

 a { background-color: rgb(78,223,211); }

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

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

 span { border-color: rgb(78,223,211); }

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