#50EDD8

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

Shades of Turquoise #50EDD8

Tints of Turquoise #50EDD8

Color information

#50EDD8 (or 0x50EDD8) is unknown color: approx Turquoise. HEX triplet: 50, ED and D8. RGB value is (80,237,216). Sum of RGB (Red+Green+Blue) = 80+237+216=533 (70% of max value = 765). Red value is 80 (31.64% from 255 or 15.01% from 533); Green value is 237 (92.97% from 255 or 44.47% from 533); Blue value is 216 (84.77% from 255 or 40.53% from 533); Max value from RGB is 237 - color contains mainly: green. Hex color #50EDD8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50EDD8 is #AF1227. Grayscale: #BBBBBB. Windows color (decimal): -11473448 or 14216528. OLE color: 14216528.

HSL color Cylindrical-coordinate representation of color #50EDD8: hue angle of 171.97º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50EDD8 is Cyan = 0.66, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB80237216-
CMYK0.6600.090.07
HSL171.97º81.35%62.16%-
HSV(B)171.97º66.24%92.94%-
XYZ45.9967.2375.52-
YUV187.66143.9951.21-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 15.01%
GREEN value IS 237 (92.97% from 255) = 44.47%
BLUE value IS 216 (84.77% from 255) = 40.53%
R=15.01%
G=44.47%
B=40.53%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal802372160.6600.090.07171.9781.3562.16
Hex50EDD842097ac513e
Octal120355330102011725412176
Binary10100001110110111011000100001001001111101011001010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50EDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,237,216); }

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

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

 a { background-color: rgb(80,237,216); }

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

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

 span { border-color: rgb(80,237,216); }

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