#50C9CC

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

Shades of Medium Turquoise #50C9CC

Tints of Medium Turquoise #50C9CC

Color information

#50C9CC (or 0x50C9CC) is unknown color: approx Medium Turquoise. HEX triplet: 50, C9 and CC. RGB value is (80,201,204). Sum of RGB (Red+Green+Blue) = 80+201+204=485 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.49% from 485); Green value is 201 (78.91% from 255 or 41.44% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 204 - color contains mainly: blue. Hex color #50C9CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50C9CC is #AF3633. Grayscale: #A5A5A5. Windows color (decimal): -11482676 or 13420880. OLE color: 13420880.

HSL color Cylindrical-coordinate representation of color #50C9CC: hue angle of 181.45º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50C9CC is Cyan = 0.61, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB80201204-
CMYK0.610.0100.2
HSL181.45º54.87%55.69%-
HSV(B)181.45º60.78%80%-
XYZ35.0947.8464.51-
YUV165.16149.9167.26-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 16.49%
GREEN value IS 201 (78.91% from 255) = 41.44%
BLUE value IS 204 (80.08% from 255) = 42.06%
R=16.49%
G=41.44%
B=42.06%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal802012040.610.0100.2181.4554.8755.69
Hex50C9CC3D1014b53738
Octal1203113147510242656770
Binary10100001100100111001100111101101010010110101110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,201,204); }

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

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

 a { background-color: rgb(80,201,204); }

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

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

 span { border-color: rgb(80,201,204); }

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