#50C5CE

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

Shades of Medium Turquoise #50C5CE

Tints of Medium Turquoise #50C5CE

Color information

#50C5CE (or 0x50C5CE) is unknown color: approx Medium Turquoise. HEX triplet: 50, C5 and CE. RGB value is (80,197,206). Sum of RGB (Red+Green+Blue) = 80+197+206=483 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.56% from 483); Green value is 197 (77.34% from 255 or 40.79% from 483); Blue value is 206 (80.86% from 255 or 42.65% from 483); Max value from RGB is 206 - color contains mainly: blue. Hex color #50C5CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50C5CE is #AF3A31. Grayscale: #A2A2A2. Windows color (decimal): -11483698 or 13550928. OLE color: 13550928.

HSL color Cylindrical-coordinate representation of color #50C5CE: hue angle of 184.29º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50C5CE is Cyan = 0.61, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB80197206-
CMYK0.610.0400.19
HSL184.29º56.25%56.08%-
HSV(B)184.29º61.17%80.78%-
XYZ34.4246.0965.48-
YUV163.04152.2468.77-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 16.56%
GREEN value IS 197 (77.34% from 255) = 40.79%
BLUE value IS 206 (80.86% from 255) = 42.65%
R=16.56%
G=40.79%
B=42.65%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal801972060.610.0400.19184.2956.2556.08
Hex50C5CE3D4013b83838
Octal1203053167540232707070
Binary1010000110001011100111011110110001001110111000111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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