Html Css Color HEX #50C0BA Medium Turquoise

📋 copy color: '#50C0BA'

red 80 ◦ green 192 ◦ blue 186

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

Shades of Medium Turquoise #50C0BA

Tints of Medium Turquoise #50C0BA

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.92%

 BLUE value IS 186 (73.05% from 255) = 40.61%

R = 17.47%
G = 41.92%
B = 40.61%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#50C0BA (or 0x50C0BA) is known color: Medium Turquoise. HEX triplet: 50, C0 and BA. RGB value is (80,192,186). Sum of RGB (Red+Green+Blue) = 80+192+186=458 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.47% from 458); Green value is 192 (75.39% from 255 or 41.92% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 192 - color contains mainly: green. Hex color #50C0BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50C0BA is #AF3F45. Grayscale: #9D9D9D. Windows color (decimal): -11484998 or 12238928. OLE color: 12238928.

HSL color Cylindrical-coordinate representation of color #50C0BA: hue angle of 176.79º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #50C0BA is Cyan = 0.58, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 80 192 186 -
CMYK 0.58 0 0.03 0.25
HSL 176.79º 0.47% 0.53% -
HSV(B) 176.79º 0.58% 0.75% -
XYZ 31.02 42.95 53.11 -
YUV 157.83 143.89 72.49 -
System Red Green Blue C M Y K H S L
Decimal 80 192 186 0.58 0 0.03 0.25 176.79 0.47 0.53
Hex 50 C0 BA 3A 0 3 19 B1 2F 35
Octal 120 300 272 72 0 3 31 261 57 65
Binary 1010000 11000000 10111010 111010 0 11 11001 10110001 101111 110101

Color Harmonies of #50C0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C0BA

Black with #50C0BA

Text Example


Text Example

White with #50C0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,192,186); }

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

background-color css

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

 a { background-color: rgb(80,192,186); }

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

border-color css

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

 span { border-color: rgb(80,192,186); }

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