#50D5E1

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

Shades of Medium Turquoise #50D5E1

Tints of Medium Turquoise #50D5E1

Color information

#50D5E1 (or 0x50D5E1) is unknown color: approx Medium Turquoise. HEX triplet: 50, D5 and E1. RGB value is (80,213,225). Sum of RGB (Red+Green+Blue) = 80+213+225=518 (68% of max value = 765). Red value is 80 (31.64% from 255 or 15.44% from 518); Green value is 213 (83.59% from 255 or 41.12% from 518); Blue value is 225 (88.28% from 255 or 43.44% from 518); Max value from RGB is 225 - color contains mainly: blue. Hex color #50D5E1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50D5E1 is #AF2A1E. Grayscale: #AEAEAE. Windows color (decimal): -11479583 or 14800208. OLE color: 14800208.

HSL color Cylindrical-coordinate representation of color #50D5E1: hue angle of 184.97º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50D5E1 is Cyan = 0.64, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB80213225-
CMYK0.640.0500.12
HSL184.97º70.73%59.8%-
HSV(B)184.97º64.44%88.24%-
XYZ40.6954.7379.65-
YUV174.6156.4460.52-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 15.44%
GREEN value IS 213 (83.59% from 255) = 41.12%
BLUE value IS 225 (88.28% from 255) = 43.44%
R=15.44%
G=41.12%
B=43.44%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal802132250.640.0500.12184.9770.7359.8
Hex50D5E14050Cb9473c
Octal120325341100501427110774
Binary10100001101010111100001100000010101100101110011000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50D5E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50D5E1; }

 p { color: rgb(80,213,225); }

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

<style>
 a { background-color: #50D5E1; }

 a { background-color: rgb(80,213,225); }

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

<style>
 span { border-color: #50D5E1; }

 span { border-color: rgb(80,213,225); }

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