Html Css Color HEX #50EAC2 Turquoise

📋 copy color: '#50EAC2'

red 80 ◦ green 234 ◦ blue 194

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

Shades of Turquoise #50EAC2

Tints of Turquoise #50EAC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 38.19%

R = 15.75%
G = 46.06%
B = 38.19%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#50EAC2 (or 0x50EAC2) is known color: Turquoise. HEX triplet: 50, EA and C2. RGB value is (80,234,194). Sum of RGB (Red+Green+Blue) = 80+234+194=508 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.75% from 508); Green value is 234 (91.80% from 255 or 46.06% from 508); Blue value is 194 (76.17% from 255 or 38.19% from 508); Max value from RGB is 234 - color contains mainly: green. Hex color #50EAC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50EAC2 is #AF153D. Grayscale: #B7B7B7. Windows color (decimal): -11474238 or 12773968. OLE color: 12773968.

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

Color convert

RGB 80 234 194 -
CMYK 0.66 0 0.17 0.08
HSL 164.42º 0.79% 0.62% -
HSV(B) 164.42º 0.66% 0.92% -
XYZ 42.47 64.45 61.24 -
YUV 183.39 133.98 54.25 -
System Red Green Blue C M Y K H S L
Decimal 80 234 194 0.66 0 0.17 0.08 164.42 0.79 0.62
Hex 50 EA C2 42 0 11 8 A4 4F 3E
Octal 120 352 302 102 0 21 10 244 117 76
Binary 1010000 11101010 11000010 1000010 0 10001 1000 10100100 1001111 111110

Color Harmonies of #50EAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50EAC2

Black with #50EAC2

Text Example


Text Example

White with #50EAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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