#50FFD0

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

Shades of Turquoise #50FFD0

Tints of Turquoise #50FFD0

Color information

#50FFD0 (or 0x50FFD0) is unknown color: approx Turquoise. HEX triplet: 50, FF and D0. RGB value is (80,255,208). Sum of RGB (Red+Green+Blue) = 80+255+208=543 (71% of max value = 765). Red value is 80 (31.64% from 255 or 14.73% from 543); Green value is 255 (100% from 255 or 46.96% from 543); Blue value is 208 (81.64% from 255 or 38.31% from 543); Max value from RGB is 255 - color contains mainly: green. Hex color #50FFD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50FFD0 is #AF002F. Grayscale: #C5C5C5. Windows color (decimal): -11468848 or 13696848. OLE color: 13696848.

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

Color convert

RGB80255208-
CMYK0.6900.180
HSL163.89º100%65.69%-
HSV(B)163.89º68.63%100%-
XYZ50.4577.7872.03-
YUV197.32134.0244.32-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 14.73%
GREEN value IS 255 (100% from 255) = 46.96%
BLUE value IS 208 (81.64% from 255) = 38.31%
R=14.73%
G=46.96%
B=38.31%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal802552080.6900.180163.8910065.69
Hex50FFD0450120a46442
Octal1203773201050220244144102
Binary10100001111111111010000100010101001001010010011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50FFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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