Html Css Color HEX #50C8BD Medium Turquoise

📋 copy color: '#50C8BD'

red 80 ◦ green 200 ◦ blue 189

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

Shades of Medium Turquoise #50C8BD

Tints of Medium Turquoise #50C8BD

RGB

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

 GREEN value IS 200 (78.52% from 255) = 42.64%

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

R = 17.06%
G = 42.64%
B = 40.3%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#50C8BD (or 0x50C8BD) is known color: Medium Turquoise. HEX triplet: 50, C8 and BD. RGB value is (80,200,189). Sum of RGB (Red+Green+Blue) = 80+200+189=469 (62% of max value = 765). Red value is 80 (31.64% from 255 or 17.06% from 469); Green value is 200 (78.52% from 255 or 42.64% from 469); Blue value is 189 (74.22% from 255 or 40.30% from 469); Max value from RGB is 200 - color contains mainly: green. Hex color #50C8BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50C8BD is #AF3742. Grayscale: #A2A2A2. Windows color (decimal): -11482947 or 12437584. OLE color: 12437584.

HSL color Cylindrical-coordinate representation of color #50C8BD: hue angle of 174.5º degrees, saturation: 0.52, 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 #50C8BD is Cyan = 0.6, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 80 200 189 -
CMYK 0.6 0 0.06 0.22
HSL 174.5º 0.52% 0.55% -
HSV(B) 174.5º 0.6% 0.78% -
XYZ 33.15 46.69 55.41 -
YUV 162.87 142.74 68.89 -
System Red Green Blue C M Y K H S L
Decimal 80 200 189 0.6 0 0.06 0.22 174.5 0.52 0.55
Hex 50 C8 BD 3C 0 6 16 AE 34 37
Octal 120 310 275 74 0 6 26 256 64 67
Binary 1010000 11001000 10111101 111100 0 110 10110 10101110 110100 110111

Color Harmonies of #50C8BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C8BD

Black with #50C8BD

Text Example


Text Example

White with #50C8BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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