#5ED9CE

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

Shades of Medium Turquoise #5ED9CE

Tints of Medium Turquoise #5ED9CE

Color information

#5ED9CE (or 0x5ED9CE) is unknown color: approx Medium Turquoise. HEX triplet: 5E, D9 and CE. RGB value is (94,217,206). Sum of RGB (Red+Green+Blue) = 94+217+206=517 (68% of max value = 765). Red value is 94 (37.11% from 255 or 18.18% from 517); Green value is 217 (85.16% from 255 or 41.97% from 517); Blue value is 206 (80.86% from 255 or 39.85% from 517); Max value from RGB is 217 - color contains mainly: green. Hex color #5ED9CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ED9CE is #A12631. Grayscale: #B2B2B2. Windows color (decimal): -10561074 or 13556062. OLE color: 13556062.

HSL color Cylindrical-coordinate representation of color #5ED9CE: hue angle of 174.63º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5ED9CE is Cyan = 0.57, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB94217206-
CMYK0.5700.050.15
HSL174.63º61.81%60.98%-
HSV(B)174.63º56.68%85.1%-
XYZ40.5756.4667.15-
YUV178.97143.2567.39-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 18.18%
GREEN value IS 217 (85.16% from 255) = 41.97%
BLUE value IS 206 (80.86% from 255) = 39.85%
R=18.18%
G=41.97%
B=39.85%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal942172060.5700.050.15174.6361.8160.98
Hex5ED9CE3905Faf3e3d
Octal1363313167105172577675
Binary101111011011001110011101110010101111110101111111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ED9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,217,206); }

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

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

 a { background-color: rgb(94,217,206); }

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

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

 span { border-color: rgb(94,217,206); }

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