#50E4BD

Color #50E4BD Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #50E4BD

Tints of Turquoise #50E4BD

Color information

#50E4BD (or 0x50E4BD) is unknown color: approx Turquoise. HEX triplet: 50, E4 and BD. RGB value is (80,228,189). Sum of RGB (Red+Green+Blue) = 80+228+189=497 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.10% from 497); Green value is 228 (89.45% from 255 or 45.88% from 497); Blue value is 189 (74.22% from 255 or 38.03% from 497); Max value from RGB is 228 - color contains mainly: green. Hex color #50E4BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50E4BD is #AF1B42. Grayscale: #B3B3B3. Windows color (decimal): -11475779 or 12444752. OLE color: 12444752.

HSL color Cylindrical-coordinate representation of color #50E4BD: hue angle of 164.19º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50E4BD is Cyan = 0.65, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB80228189-
CMYK0.6500.170.11
HSL164.19º73.27%60.39%-
HSV(B)164.19º64.91%89.41%-
XYZ40.2460.8757.77-
YUV179.3133.4757.17-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 16.10%
GREEN value IS 228 (89.45% from 255) = 45.88%
BLUE value IS 189 (74.22% from 255) = 38.03%
R=16.10%
G=45.88%
B=38.03%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal802281890.6500.170.11164.1973.2760.39
Hex50E4BD41011Ba4493c
Octal1203442751010211324411174
Binary1010000111001001011110110000010100011011101001001001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50E4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,228,189); }

 H1.HeaderClassName
 {
   color: #50E4BD;
 }
 .AnyTagClassName
 {
   color: #50E4BD;
 }
</style>
background-color css

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

 a { background-color: rgb(80,228,189); }

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

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

 span { border-color: rgb(80,228,189); }

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