Html Css Color HEX #50C3C2 Medium Turquoise

📋 copy color: '#50C3C2'

red 80 ◦ green 195 ◦ blue 194

#50C3C2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Turquoise #50C3C2

Tints of Medium Turquoise #50C3C2

RGB

 RED value IS 80 (31.64% from 255) = 17.06%

 GREEN value IS 195 (76.56% from 255) = 41.58%

 BLUE value IS 194 (76.17% from 255) = 41.36%

R = 17.06%
G = 41.58%
B = 41.36%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#50C3C2 (or 0x50C3C2) is known color: Medium Turquoise. HEX triplet: 50, C3 and C2. RGB value is (80,195,194). Sum of RGB (Red+Green+Blue) = 80+195+194=469 (62% of max value = 765). Red value is 80 (31.64% from 255 or 17.06% from 469); Green value is 195 (76.56% from 255 or 41.58% from 469); Blue value is 194 (76.17% from 255 or 41.36% from 469); Max value from RGB is 195 - color contains mainly: green. Hex color #50C3C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50C3C2 is #AF3C3D. Grayscale: #A0A0A0. Windows color (decimal): -11484222 or 12763984. OLE color: 12763984.

HSL color Cylindrical-coordinate representation of color #50C3C2: hue angle of 179.48º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #50C3C2 is Cyan = 0.59, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB 80 195 194 -
CMYK 0.59 0 0.01 0.24
HSL 179.48º 0.49% 0.54% -
HSV(B) 179.48º 0.59% 0.76% -
XYZ 32.56 44.63 57.94 -
YUV 160.5 146.9 70.58 -
System Red Green Blue C M Y K H S L
Decimal 80 195 194 0.59 0 0.01 0.24 179.48 0.49 0.54
Hex 50 C3 C2 3B 0 1 18 B3 31 36
Octal 120 303 302 73 0 1 30 263 61 66
Binary 1010000 11000011 11000010 111011 0 1 11000 10110011 110001 110110

Color Harmonies of #50C3C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C3C2

Black with #50C3C2

Text Example


Text Example

White with #50C3C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,195,194); }

 H1.HeaderClassName
 {
   color: #50C3C2;
 }
 .AnyTagClassName
 {
   color: #50C3C2;
 }
</style>

background-color css

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

 a { background-color: rgb(80,195,194); }

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

border-color css

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

 span { border-color: rgb(80,195,194); }

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