Html Css Color HEX #50EDB8 Turquoise

📋 copy color: '#50EDB8'

red 80 ◦ green 237 ◦ blue 184

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

Shades of Turquoise #50EDB8

Tints of Turquoise #50EDB8

RGB

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

 GREEN value IS 237 (92.97% from 255) = 47.31%

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

R = 15.97%
G = 47.31%
B = 36.73%

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

#50EDB8 (or 0x50EDB8) is known color: Turquoise. HEX triplet: 50, ED and B8. RGB value is (80,237,184). Sum of RGB (Red+Green+Blue) = 80+237+184=501 (66% of max value = 765). Red value is 80 (31.64% from 255 or 15.97% from 501); Green value is 237 (92.97% from 255 or 47.31% from 501); Blue value is 184 (72.27% from 255 or 36.73% from 501); Max value from RGB is 237 - color contains mainly: green. Hex color #50EDB8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50EDB8 is #AF1247. Grayscale: #B8B8B8. Windows color (decimal): -11473480 or 12119376. OLE color: 12119376.

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

Color convert

RGB 80 237 184 -
CMYK 0.66 0 0.22 0.07
HSL 159.75º 0.81% 0.62% -
HSV(B) 159.75º 0.66% 0.93% -
XYZ 42.24 65.73 55.81 -
YUV 184.02 127.99 53.81 -
System Red Green Blue C M Y K H S L
Decimal 80 237 184 0.66 0 0.22 0.07 159.75 0.81 0.62
Hex 50 ED B8 42 0 16 7 A0 51 3E
Octal 120 355 270 102 0 26 7 240 121 76
Binary 1010000 11101101 10111000 1000010 0 10110 111 10100000 1010001 111110

Color Harmonies of #50EDB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50EDB8

Black with #50EDB8

Text Example


Text Example

White with #50EDB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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