#50D6FF

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

Shades of Turquoise Blue #50D6FF

Tints of Turquoise Blue #50D6FF

Color information

#50D6FF (or 0x50D6FF) is unknown color: approx Turquoise Blue. HEX triplet: 50, D6 and FF. RGB value is (80,214,255). Sum of RGB (Red+Green+Blue) = 80+214+255=549 (72% of max value = 765). Red value is 80 (31.64% from 255 or 14.57% from 549); Green value is 214 (83.98% from 255 or 38.98% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #50D6FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50D6FF is #AF2900. Grayscale: #B2B2B2. Windows color (decimal): -11479297 or 16766544. OLE color: 16766544.

HSL color Cylindrical-coordinate representation of color #50D6FF: hue angle of 194.06º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50D6FF is Cyan = 0.69, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB80214255-
CMYK0.690.1600
HSL194.06º100%65.69%-
HSV(B)194.06º68.63%100%-
XYZ45.457.02103.22-
YUV178.61171.1157.67-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 14.57%
GREEN value IS 214 (83.98% from 255) = 38.98%
BLUE value IS 255 (100% from 255) = 46.45%
R=14.57%
G=38.98%
B=46.45%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal802142550.690.1600194.0610065.69
Hex50D6FF451000c26442
Octal1203263771052000302144102
Binary10100001101011011111111100010110000001100001011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50D6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,214,255); }

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

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

 a { background-color: rgb(80,214,255); }

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

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

 span { border-color: rgb(80,214,255); }

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