Html Css Color HEX #50EDC0 Turquoise

📋 copy color: '#50EDC0'

red 80 ◦ green 237 ◦ blue 192

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

Shades of Turquoise #50EDC0

Tints of Turquoise #50EDC0

RGB

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

 GREEN value IS 237 (92.97% from 255) = 46.56%

 BLUE value IS 192 (75.39% from 255) = 37.72%

R = 15.72%
G = 46.56%
B = 37.72%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#50EDC0 (or 0x50EDC0) is known color: Turquoise. HEX triplet: 50, ED and C0. RGB value is (80,237,192). Sum of RGB (Red+Green+Blue) = 80+237+192=509 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.72% from 509); Green value is 237 (92.97% from 255 or 46.56% from 509); Blue value is 192 (75.39% from 255 or 37.72% from 509); Max value from RGB is 237 - color contains mainly: green. Hex color #50EDC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50EDC0 is #AF123F. Grayscale: #B8B8B8. Windows color (decimal): -11473472 or 12643664. OLE color: 12643664.

HSL color Cylindrical-coordinate representation of color #50EDC0: hue angle of 162.8º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50EDC0 is Cyan = 0.66, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 80 237 192 -
CMYK 0.66 0 0.19 0.07
HSL 162.8º 0.81% 0.62% -
HSV(B) 162.8º 0.66% 0.93% -
XYZ 43.11 66.08 60.35 -
YUV 184.93 131.99 53.16 -
System Red Green Blue C M Y K H S L
Decimal 80 237 192 0.66 0 0.19 0.07 162.8 0.81 0.62
Hex 50 ED C0 42 0 13 7 A3 51 3E
Octal 120 355 300 102 0 23 7 243 121 76
Binary 1010000 11101101 11000000 1000010 0 10011 111 10100011 1010001 111110

Color Harmonies of #50EDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50EDC0

Black with #50EDC0

Text Example


Text Example

White with #50EDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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