Html Css Color HEX #50EBBE Turquoise

📋 copy color: '#50EBBE'

red 80 ◦ green 235 ◦ blue 190

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

Shades of Turquoise #50EBBE

Tints of Turquoise #50EBBE

RGB

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

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

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

R = 15.84%
G = 46.53%
B = 37.62%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#50EBBE (or 0x50EBBE) is known color: Turquoise. HEX triplet: 50, EB and BE. RGB value is (80,235,190). Sum of RGB (Red+Green+Blue) = 80+235+190=505 (66% of max value = 765). Red value is 80 (31.64% from 255 or 15.84% from 505); Green value is 235 (92.19% from 255 or 46.53% from 505); Blue value is 190 (74.61% from 255 or 37.62% from 505); Max value from RGB is 235 - color contains mainly: green. Hex color #50EBBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50EBBE is #AF1441. Grayscale: #B7B7B7. Windows color (decimal): -11473986 or 12512080. OLE color: 12512080.

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

Color convert

RGB 80 235 190 -
CMYK 0.66 0 0.19 0.08
HSL 162.58º 0.79% 0.62% -
HSV(B) 162.58º 0.66% 0.92% -
XYZ 42.31 64.84 59 -
YUV 183.53 131.65 54.16 -
System Red Green Blue C M Y K H S L
Decimal 80 235 190 0.66 0 0.19 0.08 162.58 0.79 0.62
Hex 50 EB BE 42 0 13 8 A3 4F 3E
Octal 120 353 276 102 0 23 10 243 117 76
Binary 1010000 11101011 10111110 1000010 0 10011 1000 10100011 1001111 111110

Color Harmonies of #50EBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50EBBE

Black with #50EBBE

Text Example


Text Example

White with #50EBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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