Html Css Color HEX #50E9E2 Turquoise

📋 copy color: '#50E9E2'

red 80 ◦ green 233 ◦ blue 226

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

Shades of Turquoise #50E9E2

Tints of Turquoise #50E9E2

RGB

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

 GREEN value IS 233 (91.41% from 255) = 43.23%

 BLUE value IS 226 (88.67% from 255) = 41.93%

R = 14.84%
G = 43.23%
B = 41.93%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.03

 K value IS 0.09

RGB Variations

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

Color information

#50E9E2 (or 0x50E9E2) is known color: Turquoise. HEX triplet: 50, E9 and E2. RGB value is (80,233,226). Sum of RGB (Red+Green+Blue) = 80+233+226=539 (71% of max value = 765). Red value is 80 (31.64% from 255 or 14.84% from 539); Green value is 233 (91.41% from 255 or 43.23% from 539); Blue value is 226 (88.67% from 255 or 41.93% from 539); Max value from RGB is 233 - color contains mainly: green. Hex color #50E9E2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50E9E2 is #AF161D. Grayscale: #BABABA. Windows color (decimal): -11474462 or 14870864. OLE color: 14870864.

HSL color Cylindrical-coordinate representation of color #50E9E2: hue angle of 177.25º degrees, saturation: 0.78, 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 #50E9E2 is Cyan = 0.66, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB 80 233 226 -
CMYK 0.66 0 0.03 0.09
HSL 177.25º 0.78% 0.61% -
HSV(B) 177.25º 0.66% 0.91% -
XYZ 46.17 65.47 82.16 -
YUV 186.46 150.31 52.07 -
System Red Green Blue C M Y K H S L
Decimal 80 233 226 0.66 0 0.03 0.09 177.25 0.78 0.61
Hex 50 E9 E2 42 0 3 9 B1 4E 3D
Octal 120 351 342 102 0 3 11 261 116 75
Binary 1010000 11101001 11100010 1000010 0 11 1001 10110001 1001110 111101

Color Harmonies of #50E9E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E9E2

Black with #50E9E2

Text Example


Text Example

White with #50E9E2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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