#50EACD

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

Shades of Turquoise #50EACD

Tints of Turquoise #50EACD

Color information

#50EACD (or 0x50EACD) is unknown color: approx Turquoise. HEX triplet: 50, EA and CD. RGB value is (80,234,205). Sum of RGB (Red+Green+Blue) = 80+234+205=519 (68% of max value = 765). Red value is 80 (31.64% from 255 or 15.41% from 519); Green value is 234 (91.80% from 255 or 45.09% from 519); Blue value is 205 (80.47% from 255 or 39.50% from 519); Max value from RGB is 234 - color contains mainly: green. Hex color #50EACD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50EACD is #AF1532. Grayscale: #B8B8B8. Windows color (decimal): -11474227 or 13494864. OLE color: 13494864.

HSL color Cylindrical-coordinate representation of color #50EACD: hue angle of 168.7º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50EACD is Cyan = 0.66, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB80234205-
CMYK0.6600.120.08
HSL168.7º78.57%61.57%-
HSV(B)168.7º65.81%91.76%-
XYZ43.7564.9667.99-
YUV184.65139.4853.36-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 15.41%
GREEN value IS 234 (91.80% from 255) = 45.09%
BLUE value IS 205 (80.47% from 255) = 39.50%
R=15.41%
G=45.09%
B=39.50%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal802342050.6600.120.08168.778.5761.57
Hex50EACD420C8a94f3e
Octal1203523151020141025111776
Binary101000011101010110011011000010011001000101010011001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50EACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,234,205); }

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

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

 a { background-color: rgb(80,234,205); }

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

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

 span { border-color: rgb(80,234,205); }

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