Html Css Color HEX #50E8C5 Turquoise

📋 copy color: '#50E8C5'

red 80 ◦ green 232 ◦ blue 197

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

Shades of Turquoise #50E8C5

Tints of Turquoise #50E8C5

RGB

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

 GREEN value IS 232 (91.02% from 255) = 45.58%

 BLUE value IS 197 (77.34% from 255) = 38.7%

R = 15.72%
G = 45.58%
B = 38.7%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.15

 K value IS 0.09

RGB Variations

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

Color information

#50E8C5 (or 0x50E8C5) is known color: Turquoise. HEX triplet: 50, E8 and C5. RGB value is (80,232,197). Sum of RGB (Red+Green+Blue) = 80+232+197=509 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.72% from 509); Green value is 232 (91.02% from 255 or 45.58% from 509); Blue value is 197 (77.34% from 255 or 38.70% from 509); Max value from RGB is 232 - color contains mainly: green. Hex color #50E8C5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50E8C5 is #AF173A. Grayscale: #B6B6B6. Windows color (decimal): -11474747 or 12970064. OLE color: 12970064.

HSL color Cylindrical-coordinate representation of color #50E8C5: hue angle of 166.18º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50E8C5 is Cyan = 0.66, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.

Color convert

RGB 80 232 197 -
CMYK 0.66 0 0.15 0.09
HSL 166.18º 0.77% 0.61% -
HSV(B) 166.18º 0.66% 0.91% -
XYZ 42.24 63.45 62.84 -
YUV 182.56 136.14 54.85 -
System Red Green Blue C M Y K H S L
Decimal 80 232 197 0.66 0 0.15 0.09 166.18 0.77 0.61
Hex 50 E8 C5 42 0 F 9 A6 4D 3D
Octal 120 350 305 102 0 17 11 246 115 75
Binary 1010000 11101000 11000101 1000010 0 1111 1001 10100110 1001101 111101

Color Harmonies of #50E8C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E8C5

Black with #50E8C5

Text Example


Text Example

White with #50E8C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,232,197); }

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

background-color css

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

 a { background-color: rgb(80,232,197); }

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

border-color css

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

 span { border-color: rgb(80,232,197); }

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