#5ED1CE

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

Shades of Medium Turquoise #5ED1CE

Tints of Medium Turquoise #5ED1CE

Color information

#5ED1CE (or 0x5ED1CE) is unknown color: approx Medium Turquoise. HEX triplet: 5E, D1 and CE. RGB value is (94,209,206). Sum of RGB (Red+Green+Blue) = 94+209+206=509 (67% of max value = 765). Red value is 94 (37.11% from 255 or 18.47% from 509); Green value is 209 (82.03% from 255 or 41.06% from 509); Blue value is 206 (80.86% from 255 or 40.47% from 509); Max value from RGB is 209 - color contains mainly: green. Hex color #5ED1CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ED1CE is #A12E31. Grayscale: #AEAEAE. Windows color (decimal): -10563122 or 13554014. OLE color: 13554014.

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

Color convert

RGB94209206-
CMYK0.5500.010.18
HSL178.43º55.56%59.41%-
HSV(B)178.43º55.02%81.96%-
XYZ38.5652.4466.48-
YUV174.27145.970.74-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 18.47%
GREEN value IS 209 (82.03% from 255) = 41.06%
BLUE value IS 206 (80.86% from 255) = 40.47%
R=18.47%
G=41.06%
B=40.47%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal942092060.5500.010.18178.4355.5659.41
Hex5ED1CE370112b2383b
Octal1363213166701222627073
Binary10111101101000111001110110111011001010110010111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ED1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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