Html Css Color HEX #50ECB6 Turquoise

📋 copy color: '#50ECB6'

red 80 ◦ green 236 ◦ blue 182

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

Shades of Turquoise #50ECB6

Tints of Turquoise #50ECB6

RGB

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

 GREEN value IS 236 (92.58% from 255) = 47.39%

 BLUE value IS 182 (71.48% from 255) = 36.55%

R = 16.06%
G = 47.39%
B = 36.55%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#50ECB6 (or 0x50ECB6) is known color: Turquoise. HEX triplet: 50, EC and B6. RGB value is (80,236,182). Sum of RGB (Red+Green+Blue) = 80+236+182=498 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.06% from 498); Green value is 236 (92.58% from 255 or 47.39% from 498); Blue value is 182 (71.48% from 255 or 36.55% from 498); Max value from RGB is 236 - color contains mainly: green. Hex color #50ECB6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50ECB6 is #AF1349. Grayscale: #B7B7B7. Windows color (decimal): -11473738 or 11988048. OLE color: 11988048.

HSL color Cylindrical-coordinate representation of color #50ECB6: hue angle of 159.23º degrees, saturation: 0.8, 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 #50ECB6 is Cyan = 0.66, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB 80 236 182 -
CMYK 0.66 0 0.23 0.07
HSL 159.23º 0.8% 0.62% -
HSV(B) 159.23º 0.66% 0.93% -
XYZ 41.75 65.07 54.62 -
YUV 183.2 127.32 54.39 -
System Red Green Blue C M Y K H S L
Decimal 80 236 182 0.66 0 0.23 0.07 159.23 0.8 0.62
Hex 50 EC B6 42 0 17 7 9F 50 3E
Octal 120 354 266 102 0 27 7 237 120 76
Binary 1010000 11101100 10110110 1000010 0 10111 111 10011111 1010000 111110

Color Harmonies of #50ECB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50ECB6

Black with #50ECB6

Text Example


Text Example

White with #50ECB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,236,182); }

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

background-color css

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

 a { background-color: rgb(80,236,182); }

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

border-color css

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

 span { border-color: rgb(80,236,182); }

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