#50FBDD

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

Shades of Turquoise #50FBDD

Tints of Turquoise #50FBDD

Color information

#50FBDD (or 0x50FBDD) is unknown color: approx Turquoise. HEX triplet: 50, FB and DD. RGB value is (80,251,221). Sum of RGB (Red+Green+Blue) = 80+251+221=552 (73% of max value = 765). Red value is 80 (31.64% from 255 or 14.49% from 552); Green value is 251 (98.44% from 255 or 45.47% from 552); Blue value is 221 (86.72% from 255 or 40.04% from 552); Max value from RGB is 251 - color contains mainly: green. Hex color #50FBDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50FBDD is #AF0422. Grayscale: #C4C4C4. Windows color (decimal): -11469859 or 14547792. OLE color: 14547792.

HSL color Cylindrical-coordinate representation of color #50FBDD: hue angle of 169.47º 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 #50FBDD is Cyan = 0.68, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB80251221-
CMYK0.6800.120.02
HSL169.47º95.53%64.9%-
HSV(B)169.47º68.13%98.43%-
XYZ50.8675.9280.38-
YUV196.45141.8544.94-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal802512210.6800.120.02169.4795.5364.9
Hex50FBDD440C2a96041
Octal1203733351040142251140101
Binary10100001111101111011101100010001100101010100111000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50FBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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