Html Css Color HEX #50EAC5 Turquoise

📋 copy color: '#50EAC5'

red 80 ◦ green 234 ◦ blue 197

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

Shades of Turquoise #50EAC5

Tints of Turquoise #50EAC5

RGB

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

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

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

R = 15.66%
G = 45.79%
B = 38.55%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#50EAC5 (or 0x50EAC5) is known color: Turquoise. HEX triplet: 50, EA and C5. RGB value is (80,234,197). Sum of RGB (Red+Green+Blue) = 80+234+197=511 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.66% from 511); Green value is 234 (91.80% from 255 or 45.79% from 511); Blue value is 197 (77.34% from 255 or 38.55% from 511); Max value from RGB is 234 - color contains mainly: green. Hex color #50EAC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50EAC5 is #AF153A. Grayscale: #B7B7B7. Windows color (decimal): -11474235 or 12970576. OLE color: 12970576.

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

Color convert

RGB 80 234 197 -
CMYK 0.66 0 0.16 0.08
HSL 165.58º 0.79% 0.62% -
HSV(B) 165.58º 0.66% 0.92% -
XYZ 42.81 64.58 63.03 -
YUV 183.74 135.48 54.01 -
System Red Green Blue C M Y K H S L
Decimal 80 234 197 0.66 0 0.16 0.08 165.58 0.79 0.62
Hex 50 EA C5 42 0 10 8 A6 4F 3E
Octal 120 352 305 102 0 20 10 246 117 76
Binary 1010000 11101010 11000101 1000010 0 10000 1000 10100110 1001111 111110

Color Harmonies of #50EAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50EAC5

Black with #50EAC5

Text Example


Text Example

White with #50EAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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