#50EDDB

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

Shades of Turquoise #50EDDB

Tints of Turquoise #50EDDB

Color information

#50EDDB (or 0x50EDDB) is unknown color: approx Turquoise. HEX triplet: 50, ED and DB. RGB value is (80,237,219). Sum of RGB (Red+Green+Blue) = 80+237+219=536 (70% of max value = 765). Red value is 80 (31.64% from 255 or 14.93% from 536); Green value is 237 (92.97% from 255 or 44.22% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 237 - color contains mainly: green. Hex color #50EDDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50EDDB is #AF1224. Grayscale: #BBBBBB. Windows color (decimal): -11473445 or 14413136. OLE color: 14413136.

HSL color Cylindrical-coordinate representation of color #50EDDB: hue angle of 173.12º 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 #50EDDB is Cyan = 0.66, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB80237219-
CMYK0.6600.080.07
HSL173.12º81.35%62.16%-
HSV(B)173.12º66.24%92.94%-
XYZ46.3867.3977.58-
YUV188145.4950.96-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 14.93%
GREEN value IS 237 (92.97% from 255) = 44.22%
BLUE value IS 219 (85.94% from 255) = 40.86%
R=14.93%
G=44.22%
B=40.86%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal802372190.6600.080.07173.1281.3562.16
Hex50EDDB42087ad513e
Octal120355333102010725512176
Binary10100001110110111011011100001001000111101011011010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50EDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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