#50DAE6

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

Shades of Turquoise Blue #50DAE6

Tints of Turquoise Blue #50DAE6

Color information

#50DAE6 (or 0x50DAE6) is unknown color: approx Turquoise Blue. HEX triplet: 50, DA and E6. RGB value is (80,218,230). Sum of RGB (Red+Green+Blue) = 80+218+230=528 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.15% from 528); Green value is 218 (85.55% from 255 or 41.29% from 528); Blue value is 230 (90.23% from 255 or 43.56% from 528); Max value from RGB is 230 - color contains mainly: blue. Hex color #50DAE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50DAE6 is #AF2519. Grayscale: #B1B1B1. Windows color (decimal): -11478298 or 15129168. OLE color: 15129168.

HSL color Cylindrical-coordinate representation of color #50DAE6: hue angle of 184.8º 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 #50DAE6 is Cyan = 0.65, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB80218230-
CMYK0.650.0500.10
HSL184.8º75%60.78%-
HSV(B)184.8º65.22%90.2%-
XYZ42.6657.5683.72-
YUV178.11157.2858.02-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal802182300.650.0500.10184.87560.78
Hex50DAE64150Ab94b3d
Octal120332346101501227111375
Binary10100001101101011100110100000110101010101110011001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50DAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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