#5ededc

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

Shades of Turquoise Blue #5EDEDC

Tints of Turquoise Blue #5EDEDC

Color information

#5EDEDC (or 0x5EDEDC) is unknown color: approx Turquoise Blue. HEX triplet: 5E, DE and DC. RGB value is (94,222,220). Sum of RGB (Red+Green+Blue) = 94+222+220=536 (70% of max value = 765). Red value is 94 (37.11% from 255 or 17.54% from 536); Green value is 222 (87.11% from 255 or 41.42% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 222 - color contains mainly: green. Hex color #5EDEDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EDEDC is #A12123. Grayscale: #B7B7B7. Windows color (decimal): -10559780 or 14474846. OLE color: 14474846.

HSL color Cylindrical-coordinate representation of color #5EDEDC: hue angle of 179.06º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5EDEDC is Cyan = 0.58, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB94222220-
CMYK0.5800.010.13
HSL179.06º65.98%61.96%-
HSV(B)179.06º57.66%87.06%-
XYZ43.6659.7976.95-
YUV183.5148.5964.16-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 17.54%
GREEN value IS 222 (87.11% from 255) = 41.42%
BLUE value IS 220 (86.33% from 255) = 41.04%
R=17.54%
G=41.42%
B=41.04%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal942222200.5800.010.13179.0665.9861.96
Hex5EDEDC3A01Db3423e
Octal13633633472011526310276
Binary10111101101111011011100111010011101101100111000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ededc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5ededc; }

 p { color: rgb(94,222,220); }

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

<style>
 a { background-color: #5ededc; }

 a { background-color: rgb(94,222,220); }

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

<style>
 span { border-color: #5ededc; }

 span { border-color: rgb(94,222,220); }

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