#5ED2CD

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

Shades of Medium Turquoise #5ED2CD

Tints of Medium Turquoise #5ED2CD

Color information

#5ED2CD (or 0x5ED2CD) is unknown color: approx Medium Turquoise. HEX triplet: 5E, D2 and CD. RGB value is (94,210,205). Sum of RGB (Red+Green+Blue) = 94+210+205=509 (67% of max value = 765). Red value is 94 (37.11% from 255 or 18.47% from 509); Green value is 210 (82.42% from 255 or 41.26% from 509); Blue value is 205 (80.47% from 255 or 40.28% from 509); Max value from RGB is 210 - color contains mainly: green. Hex color #5ED2CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ED2CD is #A12D32. Grayscale: #AEAEAE. Windows color (decimal): -10562867 or 13488734. OLE color: 13488734.

HSL color Cylindrical-coordinate representation of color #5ED2CD: hue angle of 177.41º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5ED2CD is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB94210205-
CMYK0.5500.020.18
HSL177.41º56.31%59.61%-
HSV(B)177.41º55.24%82.35%-
XYZ38.6852.8865.93-
YUV174.75145.0770.41-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 18.47%
GREEN value IS 210 (82.42% from 255) = 41.26%
BLUE value IS 205 (80.47% from 255) = 40.28%
R=18.47%
G=41.26%
B=40.28%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal942102050.5500.020.18177.4156.3159.61
Hex5ED2CD370212b1383c
Octal1363223156702222617074
Binary101111011010010110011011101110101001010110001111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ED2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,210,205); }

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

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

 a { background-color: rgb(94,210,205); }

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

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

 span { border-color: rgb(94,210,205); }

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