#50D2F2

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

Shades of Turquoise Blue #50D2F2

Tints of Turquoise Blue #50D2F2

Color information

#50D2F2 (or 0x50D2F2) is unknown color: approx Turquoise Blue. HEX triplet: 50, D2 and F2. RGB value is (80,210,242). Sum of RGB (Red+Green+Blue) = 80+210+242=532 (70% of max value = 765). Red value is 80 (31.64% from 255 or 15.04% from 532); Green value is 210 (82.42% from 255 or 39.47% from 532); Blue value is 242 (94.92% from 255 or 45.49% from 532); Max value from RGB is 242 - color contains mainly: blue. Hex color #50D2F2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50D2F2 is #AF2D0D. Grayscale: #AEAEAE. Windows color (decimal): -11480334 or 15913552. OLE color: 15913552.

HSL color Cylindrical-coordinate representation of color #50D2F2: hue angle of 191.85º degrees, saturation: 0.86, 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 #50D2F2 is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB80210242-
CMYK0.670.1300.05
HSL191.85º86.17%63.14%-
HSV(B)191.85º66.94%94.9%-
XYZ42.3854.2192.23-
YUV174.78165.9360.4-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 15.04%
GREEN value IS 210 (82.42% from 255) = 39.47%
BLUE value IS 242 (94.92% from 255) = 45.49%
R=15.04%
G=39.47%
B=45.49%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal802102420.670.1300.05191.8586.1763.14
Hex50D2F243D05c0563f
Octal120322362103150530012677
Binary10100001101001011110010100001111010101110000001010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50D2F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,210,242); }

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

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

 a { background-color: rgb(80,210,242); }

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

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

 span { border-color: rgb(80,210,242); }

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