#50FFD2

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

Shades of Turquoise #50FFD2

Tints of Turquoise #50FFD2

Color information

#50FFD2 (or 0x50FFD2) is unknown color: approx Turquoise. HEX triplet: 50, FF and D2. RGB value is (80,255,210). Sum of RGB (Red+Green+Blue) = 80+255+210=545 (72% of max value = 765). Red value is 80 (31.64% from 255 or 14.68% from 545); Green value is 255 (100% from 255 or 46.79% from 545); Blue value is 210 (82.42% from 255 or 38.53% from 545); Max value from RGB is 255 - color contains mainly: green. Hex color #50FFD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50FFD2 is #AF002D. Grayscale: #C5C5C5. Windows color (decimal): -11468846 or 13827920. OLE color: 13827920.

HSL color Cylindrical-coordinate representation of color #50FFD2: hue angle of 164.57º 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 #50FFD2 is Cyan = 0.69, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.

Color convert

RGB80255210-
CMYK0.6900.180
HSL164.57º100%65.69%-
HSV(B)164.57º68.63%100%-
XYZ50.777.8873.33-
YUV197.54135.0244.16-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 14.68%
GREEN value IS 255 (100% from 255) = 46.79%
BLUE value IS 210 (82.42% from 255) = 38.53%
R=14.68%
G=46.79%
B=38.53%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal802552100.6900.180164.5710065.69
Hex50FFD2450120a56442
Octal1203773221050220245144102
Binary10100001111111111010010100010101001001010010111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50FFD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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