#5ED9CC

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

Shades of Medium Turquoise #5ED9CC

Tints of Medium Turquoise #5ED9CC

Color information

#5ED9CC (or 0x5ED9CC) is unknown color: approx Medium Turquoise. HEX triplet: 5E, D9 and CC. RGB value is (94,217,204). Sum of RGB (Red+Green+Blue) = 94+217+204=515 (68% of max value = 765). Red value is 94 (37.11% from 255 or 18.25% from 515); Green value is 217 (85.16% from 255 or 42.14% from 515); Blue value is 204 (80.08% from 255 or 39.61% from 515); Max value from RGB is 217 - color contains mainly: green. Hex color #5ED9CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ED9CC is #A12633. Grayscale: #B2B2B2. Windows color (decimal): -10561076 or 13424990. OLE color: 13424990.

HSL color Cylindrical-coordinate representation of color #5ED9CC: hue angle of 173.66º 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 #5ED9CC is Cyan = 0.57, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB94217204-
CMYK0.5700.060.15
HSL173.66º61.81%60.98%-
HSV(B)173.66º56.68%85.1%-
XYZ40.3356.3765.88-
YUV178.74142.2567.56-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 18.25%
GREEN value IS 217 (85.16% from 255) = 42.14%
BLUE value IS 204 (80.08% from 255) = 39.61%
R=18.25%
G=42.14%
B=39.61%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal942172040.5700.060.15173.6661.8160.98
Hex5ED9CC3906Fae3e3d
Octal1363313147106172567675
Binary101111011011001110011001110010110111110101110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ED9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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