#50F1DA

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

Shades of Turquoise #50F1DA

Tints of Turquoise #50F1DA

Color information

#50F1DA (or 0x50F1DA) is unknown color: approx Turquoise. HEX triplet: 50, F1 and DA. RGB value is (80,241,218). Sum of RGB (Red+Green+Blue) = 80+241+218=539 (71% of max value = 765). Red value is 80 (31.64% from 255 or 14.84% from 539); Green value is 241 (94.53% from 255 or 44.71% from 539); Blue value is 218 (85.55% from 255 or 40.45% from 539); Max value from RGB is 241 - color contains mainly: green. Hex color #50F1DA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50F1DA is #AF0E25. Grayscale: #BEBEBE. Windows color (decimal): -11472422 or 14348624. OLE color: 14348624.

HSL color Cylindrical-coordinate representation of color #50F1DA: hue angle of 171.43º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50F1DA is Cyan = 0.67, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB80241218-
CMYK0.6700.100.05
HSL171.43º85.19%62.94%-
HSV(B)171.43º66.8%94.51%-
XYZ47.4269.6877.28-
YUV190.24143.6649.37-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 14.84%
GREEN value IS 241 (94.53% from 255) = 44.71%
BLUE value IS 218 (85.55% from 255) = 40.45%
R=14.84%
G=44.71%
B=40.45%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal802412180.6700.100.05171.4385.1962.94
Hex50F1DA430A5ab553f
Octal120361332103012525312577
Binary10100001111000111011010100001101010101101010111010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50F1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,241,218); }

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

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

 a { background-color: rgb(80,241,218); }

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

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

 span { border-color: rgb(80,241,218); }

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