Html Css Color HEX #50EADE Turquoise

📋 copy color: '#50EADE'

red 80 ◦ green 234 ◦ blue 222

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

Shades of Turquoise #50EADE

Tints of Turquoise #50EADE

RGB

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

 GREEN value IS 234 (91.8% from 255) = 43.66%

 BLUE value IS 222 (87.11% from 255) = 41.42%

R = 14.93%
G = 43.66%
B = 41.42%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#50EADE (or 0x50EADE) is known color: Turquoise. HEX triplet: 50, EA and DE. RGB value is (80,234,222). Sum of RGB (Red+Green+Blue) = 80+234+222=536 (70% of max value = 765). Red value is 80 (31.64% from 255 or 14.93% from 536); Green value is 234 (91.80% from 255 or 43.66% from 536); Blue value is 222 (87.11% from 255 or 41.42% from 536); Max value from RGB is 234 - color contains mainly: green. Hex color #50EADE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50EADE is #AF1521. Grayscale: #BABABA. Windows color (decimal): -11474210 or 14608976. OLE color: 14608976.

HSL color Cylindrical-coordinate representation of color #50EADE: hue angle of 175.32º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50EADE is Cyan = 0.66, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB 80 234 222 -
CMYK 0.66 0 0.05 0.08
HSL 175.32º 0.79% 0.62% -
HSV(B) 175.32º 0.66% 0.92% -
XYZ 45.92 65.83 79.39 -
YUV 186.59 147.98 51.98 -
System Red Green Blue C M Y K H S L
Decimal 80 234 222 0.66 0 0.05 0.08 175.32 0.79 0.62
Hex 50 EA DE 42 0 5 8 AF 4F 3E
Octal 120 352 336 102 0 5 10 257 117 76
Binary 1010000 11101010 11011110 1000010 0 101 1000 10101111 1001111 111110

Color Harmonies of #50EADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50EADE

Black with #50EADE

Text Example


Text Example

White with #50EADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,234,222); }

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

background-color css

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

 a { background-color: rgb(80,234,222); }

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

border-color css

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

 span { border-color: rgb(80,234,222); }

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