Html Css Color HEX #50D1C3 Medium Turquoise

📋 copy color: '#50D1C3'

red 80 ◦ green 209 ◦ blue 195

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

Shades of Medium Turquoise #50D1C3

Tints of Medium Turquoise #50D1C3

RGB

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

 GREEN value IS 209 (82.03% from 255) = 43.18%

 BLUE value IS 195 (76.56% from 255) = 40.29%

R = 16.53%
G = 43.18%
B = 40.29%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#50D1C3 (or 0x50D1C3) is known color: Medium Turquoise. HEX triplet: 50, D1 and C3. RGB value is (80,209,195). Sum of RGB (Red+Green+Blue) = 80+209+195=484 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.53% from 484); Green value is 209 (82.03% from 255 or 43.18% from 484); Blue value is 195 (76.56% from 255 or 40.29% from 484); Max value from RGB is 209 - color contains mainly: green. Hex color #50D1C3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50D1C3 is #AF2E3C. Grayscale: #A8A8A8. Windows color (decimal): -11480637 or 12833104. OLE color: 12833104.

HSL color Cylindrical-coordinate representation of color #50D1C3: hue angle of 173.49º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50D1C3 is Cyan = 0.62, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB 80 209 195 -
CMYK 0.62 0 0.07 0.18
HSL 173.49º 0.58% 0.57% -
HSV(B) 173.49º 0.62% 0.82% -
XYZ 35.96 51.25 59.63 -
YUV 168.83 142.76 64.64 -
System Red Green Blue C M Y K H S L
Decimal 80 209 195 0.62 0 0.07 0.18 173.49 0.58 0.57
Hex 50 D1 C3 3E 0 7 12 AD 3A 39
Octal 120 321 303 76 0 7 22 255 72 71
Binary 1010000 11010001 11000011 111110 0 111 10010 10101101 111010 111001

Color Harmonies of #50D1C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D1C3

Black with #50D1C3

Text Example


Text Example

White with #50D1C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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