Html Css Color HEX #50C6BD Medium Turquoise

📋 copy color: '#50C6BD'

red 80 ◦ green 198 ◦ blue 189

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

Shades of Medium Turquoise #50C6BD

Tints of Medium Turquoise #50C6BD

RGB

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

 GREEN value IS 198 (77.73% from 255) = 42.4%

 BLUE value IS 189 (74.22% from 255) = 40.47%

R = 17.13%
G = 42.4%
B = 40.47%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#50C6BD (or 0x50C6BD) is known color: Medium Turquoise. HEX triplet: 50, C6 and BD. RGB value is (80,198,189). Sum of RGB (Red+Green+Blue) = 80+198+189=467 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.13% from 467); Green value is 198 (77.73% from 255 or 42.40% from 467); Blue value is 189 (74.22% from 255 or 40.47% from 467); Max value from RGB is 198 - color contains mainly: green. Hex color #50C6BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50C6BD is #AF3942. Grayscale: #A1A1A1. Windows color (decimal): -11483459 or 12437072. OLE color: 12437072.

HSL color Cylindrical-coordinate representation of color #50C6BD: hue angle of 175.42º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50C6BD is Cyan = 0.60, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 80 198 189 -
CMYK 0.60 0 0.05 0.22
HSL 175.42º 0.51% 0.55% -
HSV(B) 175.42º 0.6% 0.78% -
XYZ 32.69 45.77 55.26 -
YUV 161.69 143.41 69.73 -
System Red Green Blue C M Y K H S L
Decimal 80 198 189 0.60 0 0.05 0.22 175.42 0.51 0.55
Hex 50 C6 BD 3C 0 5 16 AF 33 37
Octal 120 306 275 74 0 5 26 257 63 67
Binary 1010000 11000110 10111101 111100 0 101 10110 10101111 110011 110111

Color Harmonies of #50C6BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C6BD

Black with #50C6BD

Text Example


Text Example

White with #50C6BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,198,189); }

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

background-color css

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

 a { background-color: rgb(80,198,189); }

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

border-color css

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

 span { border-color: rgb(80,198,189); }

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