#50E6DA

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

Shades of Turquoise #50E6DA

Tints of Turquoise #50E6DA

Color information

#50E6DA (or 0x50E6DA) is unknown color: approx Turquoise. HEX triplet: 50, E6 and DA. RGB value is (80,230,218). Sum of RGB (Red+Green+Blue) = 80+230+218=528 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.15% from 528); Green value is 230 (90.23% from 255 or 43.56% from 528); Blue value is 218 (85.55% from 255 or 41.29% from 528); Max value from RGB is 230 - color contains mainly: green. Hex color #50E6DA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50E6DA is #AF1925. Grayscale: #B7B7B7. Windows color (decimal): -11475238 or 14345808. OLE color: 14345808.

HSL color Cylindrical-coordinate representation of color #50E6DA: hue angle of 175.2º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50E6DA is Cyan = 0.65, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB80230218-
CMYK0.6500.050.10
HSL175.2º75%60.78%-
HSV(B)175.2º65.22%90.2%-
XYZ44.2663.3676.23-
YUV183.78147.353.98-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 15.15%
GREEN value IS 230 (90.23% from 255) = 43.56%
BLUE value IS 218 (85.55% from 255) = 41.29%
R=15.15%
G=43.56%
B=41.29%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal802302180.6500.050.10175.27560.78
Hex50E6DA4105Aaf4b3d
Octal120346332101051225711375
Binary10100001110011011011010100000101011010101011111001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50E6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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