Html Css Color HEX #50EAE1 Turquoise

📋 copy color: '#50EAE1'

red 80 ◦ green 234 ◦ blue 225

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

Shades of Turquoise #50EAE1

Tints of Turquoise #50EAE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 41.74%

R = 14.84%
G = 43.41%
B = 41.74%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#50EAE1 (or 0x50EAE1) is known color: Turquoise. HEX triplet: 50, EA and E1. RGB value is (80,234,225). Sum of RGB (Red+Green+Blue) = 80+234+225=539 (71% of max value = 765). Red value is 80 (31.64% from 255 or 14.84% from 539); Green value is 234 (91.80% from 255 or 43.41% from 539); Blue value is 225 (88.28% from 255 or 41.74% from 539); Max value from RGB is 234 - color contains mainly: green. Hex color #50EAE1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50EAE1 is #AF151E. Grayscale: #BABABA. Windows color (decimal): -11474207 or 14805584. OLE color: 14805584.

HSL color Cylindrical-coordinate representation of color #50EAE1: hue angle of 176.49º 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 #50EAE1 is Cyan = 0.66, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB 80 234 225 -
CMYK 0.66 0 0.04 0.08
HSL 176.49º 0.79% 0.62% -
HSV(B) 176.49º 0.66% 0.92% -
XYZ 46.32 65.99 81.53 -
YUV 186.93 149.48 51.73 -
System Red Green Blue C M Y K H S L
Decimal 80 234 225 0.66 0 0.04 0.08 176.49 0.79 0.62
Hex 50 EA E1 42 0 4 8 B0 4F 3E
Octal 120 352 341 102 0 4 10 260 117 76
Binary 1010000 11101010 11100001 1000010 0 100 1000 10110000 1001111 111110

Color Harmonies of #50EAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50EAE1

Black with #50EAE1

Text Example


Text Example

White with #50EAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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