Html Css Color HEX #50EBBA Turquoise

📋 copy color: '#50EBBA'

red 80 ◦ green 235 ◦ blue 186

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

Shades of Turquoise #50EBBA

Tints of Turquoise #50EBBA

RGB

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

 GREEN value IS 235 (92.19% from 255) = 46.91%

 BLUE value IS 186 (73.05% from 255) = 37.13%

R = 15.97%
G = 46.91%
B = 37.13%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#50EBBA (or 0x50EBBA) is known color: Turquoise. HEX triplet: 50, EB and BA. RGB value is (80,235,186). Sum of RGB (Red+Green+Blue) = 80+235+186=501 (66% of max value = 765). Red value is 80 (31.64% from 255 or 15.97% from 501); Green value is 235 (92.19% from 255 or 46.91% from 501); Blue value is 186 (73.05% from 255 or 37.13% from 501); Max value from RGB is 235 - color contains mainly: green. Hex color #50EBBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50EBBA is #AF1445. Grayscale: #B7B7B7. Windows color (decimal): -11473990 or 12249936. OLE color: 12249936.

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

Color convert

RGB 80 235 186 -
CMYK 0.66 0 0.21 0.08
HSL 161.03º 0.79% 0.62% -
HSV(B) 161.03º 0.66% 0.92% -
XYZ 41.88 64.67 56.73 -
YUV 183.07 129.65 54.48 -
System Red Green Blue C M Y K H S L
Decimal 80 235 186 0.66 0 0.21 0.08 161.03 0.79 0.62
Hex 50 EB BA 42 0 15 8 A1 4F 3E
Octal 120 353 272 102 0 25 10 241 117 76
Binary 1010000 11101011 10111010 1000010 0 10101 1000 10100001 1001111 111110

Color Harmonies of #50EBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50EBBA

Black with #50EBBA

Text Example


Text Example

White with #50EBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,235,186); }

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

background-color css

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

 a { background-color: rgb(80,235,186); }

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

border-color css

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

 span { border-color: rgb(80,235,186); }

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