Html Css Color HEX #50CEB9 Medium Turquoise

📋 copy color: '#50CEB9'

red 80 ◦ green 206 ◦ blue 185

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

Shades of Medium Turquoise #50CEB9

Tints of Medium Turquoise #50CEB9

RGB

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

 GREEN value IS 206 (80.86% from 255) = 43.74%

 BLUE value IS 185 (72.66% from 255) = 39.28%

R = 16.99%
G = 43.74%
B = 39.28%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#50CEB9 (or 0x50CEB9) is known color: Medium Turquoise. HEX triplet: 50, CE and B9. RGB value is (80,206,185). Sum of RGB (Red+Green+Blue) = 80+206+185=471 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.99% from 471); Green value is 206 (80.86% from 255 or 43.74% from 471); Blue value is 185 (72.66% from 255 or 39.28% from 471); Max value from RGB is 206 - color contains mainly: green. Hex color #50CEB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50CEB9 is #AF3146. Grayscale: #A5A5A5. Windows color (decimal): -11481415 or 12176976. OLE color: 12176976.

HSL color Cylindrical-coordinate representation of color #50CEB9: hue angle of 170º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50CEB9 is Cyan = 0.61, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 80 206 185 -
CMYK 0.61 0 0.10 0.19
HSL 170º 0.56% 0.56% -
HSV(B) 170º 0.61% 0.81% -
XYZ 34.14 49.35 53.63 -
YUV 165.93 138.76 66.71 -
System Red Green Blue C M Y K H S L
Decimal 80 206 185 0.61 0 0.10 0.19 170 0.56 0.56
Hex 50 CE B9 3D 0 A 13 AA 38 38
Octal 120 316 271 75 0 12 23 252 70 70
Binary 1010000 11001110 10111001 111101 0 1010 10011 10101010 111000 111000

Color Harmonies of #50CEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CEB9

Black with #50CEB9

Text Example


Text Example

White with #50CEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,206,185); }

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

background-color css

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

 a { background-color: rgb(80,206,185); }

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

border-color css

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

 span { border-color: rgb(80,206,185); }

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