#50DAF1

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

Shades of Turquoise Blue #50DAF1

Tints of Turquoise Blue #50DAF1

Color information

#50DAF1 (or 0x50DAF1) is unknown color: approx Turquoise Blue. HEX triplet: 50, DA and F1. RGB value is (80,218,241). Sum of RGB (Red+Green+Blue) = 80+218+241=539 (71% of max value = 765). Red value is 80 (31.64% from 255 or 14.84% from 539); Green value is 218 (85.55% from 255 or 40.45% from 539); Blue value is 241 (94.53% from 255 or 44.71% from 539); Max value from RGB is 241 - color contains mainly: blue. Hex color #50DAF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50DAF1 is #AF250E. Grayscale: #B3B3B3. Windows color (decimal): -11478287 or 15850064. OLE color: 15850064.

HSL color Cylindrical-coordinate representation of color #50DAF1: hue angle of 188.57º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50DAF1 is Cyan = 0.67, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB80218241-
CMYK0.670.1000.05
HSL188.57º85.19%62.94%-
HSV(B)188.57º66.8%94.51%-
XYZ44.2658.292.12-
YUV179.36162.7857.13-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 14.84%
GREEN value IS 218 (85.55% from 255) = 40.45%
BLUE value IS 241 (94.53% from 255) = 44.71%
R=14.84%
G=40.45%
B=44.71%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal802182410.670.1000.05188.5785.1962.94
Hex50DAF143A05bd553f
Octal120332361103120527512577
Binary10100001101101011110001100001110100101101111011010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50DAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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