#50F9DA

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

Shades of Turquoise #50F9DA

Tints of Turquoise #50F9DA

Color information

#50F9DA (or 0x50F9DA) is unknown color: approx Turquoise. HEX triplet: 50, F9 and DA. RGB value is (80,249,218). Sum of RGB (Red+Green+Blue) = 80+249+218=547 (72% of max value = 765). Red value is 80 (31.64% from 255 or 14.63% from 547); Green value is 249 (97.66% from 255 or 45.52% from 547); Blue value is 218 (85.55% from 255 or 39.85% from 547); Max value from RGB is 249 - color contains mainly: green. Hex color #50F9DA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50F9DA is #AF0625. Grayscale: #C2C2C2. Windows color (decimal): -11470374 or 14350672. OLE color: 14350672.

HSL color Cylindrical-coordinate representation of color #50F9DA: hue angle of 168.99º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50F9DA is Cyan = 0.68, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB80249218-
CMYK0.6800.120.02
HSL168.99º93.37%64.51%-
HSV(B)168.99º67.87%97.65%-
XYZ49.8474.5278.09-
YUV194.93141.0146.02-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 14.63%
GREEN value IS 249 (97.66% from 255) = 45.52%
BLUE value IS 218 (85.55% from 255) = 39.85%
R=14.63%
G=45.52%
B=39.85%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal802492180.6800.120.02168.9993.3764.51
Hex50F9DA440C2a95d41
Octal1203713321040142251135101
Binary10100001111100111011010100010001100101010100110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50F9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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