#50D6FE

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

Shades of Turquoise Blue #50D6FE

Tints of Turquoise Blue #50D6FE

Color information

#50D6FE (or 0x50D6FE) is unknown color: approx Turquoise Blue. HEX triplet: 50, D6 and FE. RGB value is (80,214,254). Sum of RGB (Red+Green+Blue) = 80+214+254=548 (72% of max value = 765). Red value is 80 (31.64% from 255 or 14.60% from 548); Green value is 214 (83.98% from 255 or 39.05% from 548); Blue value is 254 (99.61% from 255 or 46.35% from 548); Max value from RGB is 254 - color contains mainly: blue. Hex color #50D6FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50D6FE is #AF2901. Grayscale: #B2B2B2. Windows color (decimal): -11479298 or 16701008. OLE color: 16701008.

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

Color convert

RGB80214254-
CMYK0.690.1600.00
HSL193.79º98.86%65.49%-
HSV(B)193.79º68.5%99.61%-
XYZ45.2456.95102.37-
YUV178.49170.6157.75-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 14.60%
GREEN value IS 214 (83.98% from 255) = 39.05%
BLUE value IS 254 (99.61% from 255) = 46.35%
R=14.60%
G=39.05%
B=46.35%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal802142540.690.1600.00193.7998.8665.49
Hex50D6FE451000c26341
Octal1203263761052000302143101
Binary10100001101011011111110100010110000001100001011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50D6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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