#50DDFB

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

Shades of Turquoise Blue #50DDFB

Tints of Turquoise Blue #50DDFB

Color information

#50DDFB (or 0x50DDFB) is unknown color: approx Turquoise Blue. HEX triplet: 50, DD and FB. RGB value is (80,221,251). Sum of RGB (Red+Green+Blue) = 80+221+251=552 (73% of max value = 765). Red value is 80 (31.64% from 255 or 14.49% from 552); Green value is 221 (86.72% from 255 or 40.04% from 552); Blue value is 251 (98.44% from 255 or 45.47% from 552); Max value from RGB is 251 - color contains mainly: blue. Hex color #50DDFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50DDFB is #AF2204. Grayscale: #B6B6B6. Windows color (decimal): -11477509 or 16506192. OLE color: 16506192.

HSL color Cylindrical-coordinate representation of color #50DDFB: hue angle of 190.53º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50DDFB is Cyan = 0.68, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB80221251-
CMYK0.680.1200.02
HSL190.53º95.53%64.9%-
HSV(B)190.53º68.13%98.43%-
XYZ46.5860.38100.47-
YUV182.26166.7955.06-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 14.49%
GREEN value IS 221 (86.72% from 255) = 40.04%
BLUE value IS 251 (98.44% from 255) = 45.47%
R=14.49%
G=40.04%
B=45.47%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal802212510.680.1200.02190.5395.5364.9
Hex50DDFB44C02bf6041
Octal1203353731041402277140101
Binary10100001101110111111011100010011000101011111111000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50DDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,221,251); }

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

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

 a { background-color: rgb(80,221,251); }

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

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

 span { border-color: rgb(80,221,251); }

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