Html Css Color HEX #50E2C6 Turquoise

📋 copy color: '#50E2C6'

red 80 ◦ green 226 ◦ blue 198

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

Shades of Turquoise #50E2C6

Tints of Turquoise #50E2C6

RGB

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

 GREEN value IS 226 (88.67% from 255) = 44.84%

 BLUE value IS 198 (77.73% from 255) = 39.29%

R = 15.87%
G = 44.84%
B = 39.29%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.12

 K value IS 0.11

RGB Variations

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

Color information

#50E2C6 (or 0x50E2C6) is known color: Turquoise. HEX triplet: 50, E2 and C6. RGB value is (80,226,198). Sum of RGB (Red+Green+Blue) = 80+226+198=504 (66% of max value = 765). Red value is 80 (31.64% from 255 or 15.87% from 504); Green value is 226 (88.67% from 255 or 44.84% from 504); Blue value is 198 (77.73% from 255 or 39.29% from 504); Max value from RGB is 226 - color contains mainly: green. Hex color #50E2C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50E2C6 is #AF1D39. Grayscale: #B3B3B3. Windows color (decimal): -11476282 or 13034064. OLE color: 13034064.

HSL color Cylindrical-coordinate representation of color #50E2C6: hue angle of 168.49º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50E2C6 is Cyan = 0.65, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.11.

Color convert

RGB 80 226 198 -
CMYK 0.65 0 0.12 0.11
HSL 168.49º 0.72% 0.6% -
HSV(B) 168.49º 0.65% 0.89% -
XYZ 40.7 60.18 62.9 -
YUV 179.15 138.63 57.28 -
System Red Green Blue C M Y K H S L
Decimal 80 226 198 0.65 0 0.12 0.11 168.49 0.72 0.6
Hex 50 E2 C6 41 0 C B A8 48 3C
Octal 120 342 306 101 0 14 13 250 110 74
Binary 1010000 11100010 11000110 1000001 0 1100 1011 10101000 1001000 111100

Color Harmonies of #50E2C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E2C6

Black with #50E2C6

Text Example


Text Example

White with #50E2C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,226,198); }

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

background-color css

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

 a { background-color: rgb(80,226,198); }

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

border-color css

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

 span { border-color: rgb(80,226,198); }

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