#5EDDD2

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

Shades of Medium Turquoise #5EDDD2

Tints of Medium Turquoise #5EDDD2

Color information

#5EDDD2 (or 0x5EDDD2) is unknown color: approx Medium Turquoise. HEX triplet: 5E, DD and D2. RGB value is (94,221,210). Sum of RGB (Red+Green+Blue) = 94+221+210=525 (69% of max value = 765). Red value is 94 (37.11% from 255 or 17.90% from 525); Green value is 221 (86.72% from 255 or 42.10% from 525); Blue value is 210 (82.42% from 255 or 40% from 525); Max value from RGB is 221 - color contains mainly: green. Hex color #5EDDD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EDDD2 is #A1222D. Grayscale: #B5B5B5. Windows color (decimal): -10560046 or 13819230. OLE color: 13819230.

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

Color convert

RGB94221210-
CMYK0.5700.050.13
HSL174.8º65.13%61.76%-
HSV(B)174.8º57.47%86.67%-
XYZ42.1158.7570.09-
YUV181.77143.9265.39-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 17.90%
GREEN value IS 221 (86.72% from 255) = 42.10%
BLUE value IS 210 (82.42% from 255) = 40%
R=17.90%
G=42.10%
B=40%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal942212100.5700.050.13174.865.1361.76
Hex5EDDD23905Daf413e
Octal13633532271051525710176
Binary1011110110111011101001011100101011101101011111000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EDDD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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