Html Css Color HEX #50ECB8 Turquoise

📋 copy color: '#50ECB8'

red 80 ◦ green 236 ◦ blue 184

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

Shades of Turquoise #50ECB8

Tints of Turquoise #50ECB8

RGB

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

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

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

R = 16%
G = 47.2%
B = 36.8%

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

#50ECB8 (or 0x50ECB8) is known color: Turquoise. HEX triplet: 50, EC and B8. RGB value is (80,236,184). Sum of RGB (Red+Green+Blue) = 80+236+184=500 (66% of max value = 765). Red value is 80 (31.64% from 255 or 16% from 500); Green value is 236 (92.58% from 255 or 47.2% from 500); Blue value is 184 (72.27% from 255 or 36.8% from 500); Max value from RGB is 236 - color contains mainly: green. Hex color #50ECB8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50ECB8 is #AF1347. Grayscale: #B7B7B7. Windows color (decimal): -11473736 or 12119120. OLE color: 12119120.

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

Color convert

RGB 80 236 184 -
CMYK 0.66 0 0.22 0.07
HSL 160º 0.8% 0.62% -
HSV(B) 160º 0.66% 0.93% -
XYZ 41.96 65.16 55.71 -
YUV 183.43 128.32 54.23 -
System Red Green Blue C M Y K H S L
Decimal 80 236 184 0.66 0 0.22 0.07 160 0.8 0.62
Hex 50 EC B8 42 0 16 7 A0 50 3E
Octal 120 354 270 102 0 26 7 240 120 76
Binary 1010000 11101100 10111000 1000010 0 10110 111 10100000 1010000 111110

Color Harmonies of #50ECB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50ECB8

Black with #50ECB8

Text Example


Text Example

White with #50ECB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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