#50C9CA

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

Shades of Medium Turquoise #50C9CA

Tints of Medium Turquoise #50C9CA

Color information

#50C9CA (or 0x50C9CA) is unknown color: approx Medium Turquoise. HEX triplet: 50, C9 and CA. RGB value is (80,201,202). Sum of RGB (Red+Green+Blue) = 80+201+202=483 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.56% from 483); Green value is 201 (78.91% from 255 or 41.61% from 483); Blue value is 202 (79.30% from 255 or 41.82% from 483); Max value from RGB is 202 - color contains mainly: blue. Hex color #50C9CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50C9CA is #AF3635. Grayscale: #A4A4A4. Windows color (decimal): -11482678 or 13289808. OLE color: 13289808.

HSL color Cylindrical-coordinate representation of color #50C9CA: hue angle of 180.49º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50C9CA is Cyan = 0.60, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB80201202-
CMYK0.600.0000.21
HSL180.49º53.51%55.29%-
HSV(B)180.49º60.4%79.22%-
XYZ34.8647.7463.26-
YUV164.93148.9167.42-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 16.56%
GREEN value IS 201 (78.91% from 255) = 41.61%
BLUE value IS 202 (79.30% from 255) = 41.82%
R=16.56%
G=41.61%
B=41.82%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal802012020.600.0000.21180.4953.5155.29
Hex50C9CA3C0015b43637
Octal1203113127400252646667
Binary10100001100100111001010111100001010110110100110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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