Html Css Color HEX #50EEB8 Turquoise

📋 copy color: '#50EEB8'

red 80 ◦ green 238 ◦ blue 184

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

Shades of Turquoise #50EEB8

Tints of Turquoise #50EEB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 36.65%

R = 15.94%
G = 47.41%
B = 36.65%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#50EEB8 (or 0x50EEB8) is known color: Turquoise. HEX triplet: 50, EE and B8. RGB value is (80,238,184). Sum of RGB (Red+Green+Blue) = 80+238+184=502 (66% of max value = 765). Red value is 80 (31.64% from 255 or 15.94% from 502); Green value is 238 (93.36% from 255 or 47.41% from 502); Blue value is 184 (72.27% from 255 or 36.65% from 502); Max value from RGB is 238 - color contains mainly: green. Hex color #50EEB8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50EEB8 is #AF1147. Grayscale: #B8B8B8. Windows color (decimal): -11473224 or 12119632. OLE color: 12119632.

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

Color convert

RGB 80 238 184 -
CMYK 0.66 0 0.23 0.07
HSL 159.49º 0.82% 0.62% -
HSV(B) 159.49º 0.66% 0.93% -
XYZ 42.53 66.32 55.91 -
YUV 184.6 127.65 53.39 -
System Red Green Blue C M Y K H S L
Decimal 80 238 184 0.66 0 0.23 0.07 159.49 0.82 0.62
Hex 50 EE B8 42 0 17 7 9F 52 3E
Octal 120 356 270 102 0 27 7 237 122 76
Binary 1010000 11101110 10111000 1000010 0 10111 111 10011111 1010010 111110

Color Harmonies of #50EEB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50EEB8

Black with #50EEB8

Text Example


Text Example

White with #50EEB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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