#4EDEDF

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

Shades of Turquoise #4EDEDF

Tints of Turquoise #4EDEDF

Color information

#4EDEDF (or 0x4EDEDF) is unknown color: approx Turquoise. HEX triplet: 4E, DE and DF. RGB value is (78,222,223). Sum of RGB (Red+Green+Blue) = 78+222+223=523 (69% of max value = 765). Red value is 78 (30.86% from 255 or 14.91% from 523); Green value is 222 (87.11% from 255 or 42.45% from 523); Blue value is 223 (87.5% from 255 or 42.64% from 523); Max value from RGB is 223 - color contains mainly: blue. Hex color #4EDEDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EDEDF is #B12120. Grayscale: #B2B2B2. Windows color (decimal): -11608353 or 14671438. OLE color: 14671438.

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

Color convert

RGB78222223-
CMYK0.650.0000.13
HSL180.41º69.38%59.02%-
HSV(B)180.41º65.02%87.45%-
XYZ42.5859.1978.99-
YUV179.06152.7955.92-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 14.91%
GREEN value IS 222 (87.11% from 255) = 42.45%
BLUE value IS 223 (87.5% from 255) = 42.64%
R=14.91%
G=42.45%
B=42.64%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal782222230.650.0000.13180.4169.3859.02
Hex4EDEDF4100Db4453b
Octal116336337101001526410573
Binary100111011011110110111111000001001101101101001000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EDEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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