#50D8EB

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

Shades of Turquoise Blue #50D8EB

Tints of Turquoise Blue #50D8EB

Color information

#50D8EB (or 0x50D8EB) is unknown color: approx Turquoise Blue. HEX triplet: 50, D8 and EB. RGB value is (80,216,235). Sum of RGB (Red+Green+Blue) = 80+216+235=531 (70% of max value = 765). Red value is 80 (31.64% from 255 or 15.07% from 531); Green value is 216 (84.77% from 255 or 40.68% from 531); Blue value is 235 (92.19% from 255 or 44.26% from 531); Max value from RGB is 235 - color contains mainly: blue. Hex color #50D8EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50D8EB is #AF2714. Grayscale: #B1B1B1. Windows color (decimal): -11478805 or 15456336. OLE color: 15456336.

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

Color convert

RGB80216235-
CMYK0.660.0800.08
HSL187.35º79.49%61.76%-
HSV(B)187.35º65.96%92.16%-
XYZ42.8656.8287.3-
YUV177.5160.4458.46-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 15.07%
GREEN value IS 216 (84.77% from 255) = 40.68%
BLUE value IS 235 (92.19% from 255) = 44.26%
R=15.07%
G=40.68%
B=44.26%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal802162350.660.0800.08187.3579.4961.76
Hex50D8EB42808bb4f3e
Octal1203303531021001027311776
Binary101000011011000111010111000010100001000101110111001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50D8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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