#5EDCCE

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

Shades of Medium Turquoise #5EDCCE

Tints of Medium Turquoise #5EDCCE

Color information

#5EDCCE (or 0x5EDCCE) is unknown color: approx Medium Turquoise. HEX triplet: 5E, DC and CE. RGB value is (94,220,206). Sum of RGB (Red+Green+Blue) = 94+220+206=520 (68% of max value = 765). Red value is 94 (37.11% from 255 or 18.08% from 520); Green value is 220 (86.33% from 255 or 42.31% from 520); Blue value is 206 (80.86% from 255 or 39.62% from 520); Max value from RGB is 220 - color contains mainly: green. Hex color #5EDCCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EDCCE is #A12331. Grayscale: #B4B4B4. Windows color (decimal): -10560306 or 13556830. OLE color: 13556830.

HSL color Cylindrical-coordinate representation of color #5EDCCE: hue angle of 173.33º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5EDCCE is Cyan = 0.57, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB94220206-
CMYK0.5700.060.14
HSL173.33º64.29%61.57%-
HSV(B)173.33º57.27%86.27%-
XYZ41.3558.0267.41-
YUV180.73142.2666.14-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 18.08%
GREEN value IS 220 (86.33% from 255) = 42.31%
BLUE value IS 206 (80.86% from 255) = 39.62%
R=18.08%
G=42.31%
B=39.62%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal942202060.5700.060.14173.3364.2961.57
Hex5EDCCE3906Ead403e
Octal13633431671061625510076
Binary1011110110111001100111011100101101110101011011000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EDCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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