Html Css Color HEX #50ECBE Turquoise

📋 copy color: '#50ECBE'

red 80 ◦ green 236 ◦ blue 190

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

Shades of Turquoise #50ECBE

Tints of Turquoise #50ECBE

RGB

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

 GREEN value IS 236 (92.58% from 255) = 46.64%

 BLUE value IS 190 (74.61% from 255) = 37.55%

R = 15.81%
G = 46.64%
B = 37.55%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#50ECBE (or 0x50ECBE) is known color: Turquoise. HEX triplet: 50, EC and BE. RGB value is (80,236,190). Sum of RGB (Red+Green+Blue) = 80+236+190=506 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.81% from 506); Green value is 236 (92.58% from 255 or 46.64% from 506); Blue value is 190 (74.61% from 255 or 37.55% from 506); Max value from RGB is 236 - color contains mainly: green. Hex color #50ECBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50ECBE is #AF1341. Grayscale: #B8B8B8. Windows color (decimal): -11473730 or 12512336. OLE color: 12512336.

HSL color Cylindrical-coordinate representation of color #50ECBE: hue angle of 162.31º degrees, saturation: 0.8, 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 #50ECBE is Cyan = 0.66, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 80 236 190 -
CMYK 0.66 0 0.19 0.07
HSL 162.31º 0.8% 0.62% -
HSV(B) 162.31º 0.66% 0.93% -
XYZ 42.6 65.41 59.1 -
YUV 184.11 131.32 53.74 -
System Red Green Blue C M Y K H S L
Decimal 80 236 190 0.66 0 0.19 0.07 162.31 0.8 0.62
Hex 50 EC BE 42 0 13 7 A2 50 3E
Octal 120 354 276 102 0 23 7 242 120 76
Binary 1010000 11101100 10111110 1000010 0 10011 111 10100010 1010000 111110

Color Harmonies of #50ECBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50ECBE

Black with #50ECBE

Text Example


Text Example

White with #50ECBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,236,190); }

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

background-color css

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

 a { background-color: rgb(80,236,190); }

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

border-color css

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

 span { border-color: rgb(80,236,190); }

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