#50F4E2

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

Shades of Turquoise #50F4E2

Tints of Turquoise #50F4E2

Color information

#50F4E2 (or 0x50F4E2) is unknown color: approx Turquoise. HEX triplet: 50, F4 and E2. RGB value is (80,244,226). Sum of RGB (Red+Green+Blue) = 80+244+226=550 (72% of max value = 765). Red value is 80 (31.64% from 255 or 14.55% from 550); Green value is 244 (95.70% from 255 or 44.36% from 550); Blue value is 226 (88.67% from 255 or 41.09% from 550); Max value from RGB is 244 - color contains mainly: green. Hex color #50F4E2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50F4E2 is #AF0B1D. Grayscale: #C0C0C0. Windows color (decimal): -11471646 or 14873680. OLE color: 14873680.

HSL color Cylindrical-coordinate representation of color #50F4E2: hue angle of 173.41º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50F4E2 is Cyan = 0.67, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB80244226-
CMYK0.6700.070.04
HSL173.41º88.17%63.53%-
HSV(B)173.41º67.21%95.69%-
XYZ49.3971.983.23-
YUV192.91146.6747.46-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 14.55%
GREEN value IS 244 (95.70% from 255) = 44.36%
BLUE value IS 226 (88.67% from 255) = 41.09%
R=14.55%
G=44.36%
B=41.09%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal802442260.6700.070.04173.4188.1763.53
Hex50F4E243074ad5840
Octal120364342103074255130100
Binary10100001111010011100010100001101111001010110110110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50F4E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,244,226); }

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

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

 a { background-color: rgb(80,244,226); }

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

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

 span { border-color: rgb(80,244,226); }

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