Html Css Color HEX #50EEBA Turquoise

📋 copy color: '#50EEBA'

red 80 ◦ green 238 ◦ blue 186

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

Shades of Turquoise #50EEBA

Tints of Turquoise #50EEBA

RGB

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

 GREEN value IS 238 (93.36% from 255) = 47.22%

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

R = 15.87%
G = 47.22%
B = 36.9%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#50EEBA (or 0x50EEBA) is known color: Turquoise. HEX triplet: 50, EE and BA. RGB value is (80,238,186). Sum of RGB (Red+Green+Blue) = 80+238+186=504 (66% of max value = 765). Red value is 80 (31.64% from 255 or 15.87% from 504); Green value is 238 (93.36% from 255 or 47.22% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 238 - color contains mainly: green. Hex color #50EEBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50EEBA is #AF1145. Grayscale: #B8B8B8. Windows color (decimal): -11473222 or 12250704. OLE color: 12250704.

HSL color Cylindrical-coordinate representation of color #50EEBA: hue angle of 160.25º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50EEBA is Cyan = 0.66, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 80 238 186 -
CMYK 0.66 0 0.22 0.07
HSL 160.25º 0.82% 0.62% -
HSV(B) 160.25º 0.66% 0.93% -
XYZ 42.75 66.4 57.02 -
YUV 184.83 128.65 53.23 -
System Red Green Blue C M Y K H S L
Decimal 80 238 186 0.66 0 0.22 0.07 160.25 0.82 0.62
Hex 50 EE BA 42 0 16 7 A0 52 3E
Octal 120 356 272 102 0 26 7 240 122 76
Binary 1010000 11101110 10111010 1000010 0 10110 111 10100000 1010010 111110

Color Harmonies of #50EEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50EEBA

Black with #50EEBA

Text Example


Text Example

White with #50EEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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