#50C5DE

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

Shades of Medium Turquoise #50C5DE

Tints of Medium Turquoise #50C5DE

Color information

#50C5DE (or 0x50C5DE) is unknown color: approx Medium Turquoise. HEX triplet: 50, C5 and DE. RGB value is (80,197,222). Sum of RGB (Red+Green+Blue) = 80+197+222=499 (66% of max value = 765). Red value is 80 (31.64% from 255 or 16.03% from 499); Green value is 197 (77.34% from 255 or 39.48% from 499); Blue value is 222 (87.11% from 255 or 44.49% from 499); Max value from RGB is 222 - color contains mainly: blue. Hex color #50C5DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50C5DE is #AF3A21. Grayscale: #A4A4A4. Windows color (decimal): -11483682 or 14599504. OLE color: 14599504.

HSL color Cylindrical-coordinate representation of color #50C5DE: hue angle of 190.56º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50C5DE is Cyan = 0.64, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB80197222-
CMYK0.640.1100.13
HSL190.56º68.27%59.22%-
HSV(B)190.56º63.96%87.06%-
XYZ36.4646.9176.24-
YUV164.87160.2467.47-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 16.03%
GREEN value IS 197 (77.34% from 255) = 39.48%
BLUE value IS 222 (87.11% from 255) = 44.49%
R=16.03%
G=39.48%
B=44.49%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal801972220.640.1100.13190.5668.2759.22
Hex50C5DE40B0Dbf443b
Octal1203053361001301527710473
Binary101000011000101110111101000000101101101101111111000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,197,222); }

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

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

 a { background-color: rgb(80,197,222); }

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

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

 span { border-color: rgb(80,197,222); }

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